Compare commits
2 commits
958b6ccb7a
...
aa8932ea38
| Author | SHA1 | Date | |
|---|---|---|---|
| aa8932ea38 | |||
| 55beb3be68 |
2 changed files with 15 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '*.go'
|
||||||
|
- 'bsky/*.go'
|
||||||
|
- 'go.sum'
|
||||||
|
- 'go.mod'
|
||||||
|
- 'Dockerfile'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
10
README.md
10
README.md
|
|
@ -22,7 +22,7 @@ If you use a different Telegram bot endpoint, you can set it with
|
||||||
TG_API_ENDPOINT=https://api.domain.com/bot%s/%s
|
TG_API_ENDPOINT=https://api.domain.com/bot%s/%s
|
||||||
```
|
```
|
||||||
|
|
||||||
To run:
|
# Podman
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
podman run -it --name bsky2tg_<profile> \
|
podman run -it --name bsky2tg_<profile> \
|
||||||
|
|
@ -40,3 +40,11 @@ podman run -it --name bsky2tg_<profile> \
|
||||||
--env BSKY_PASSWORD= \
|
--env BSKY_PASSWORD= \
|
||||||
git.zio.sh/astra/bsky2tg:latest
|
git.zio.sh/astra/bsky2tg:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Bash
|
||||||
|
|
||||||
|
```bash
|
||||||
|
source .env
|
||||||
|
./bsky2tg
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue