Telegram bot to post messages from a Telegram group to Mastodon.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- |
|
version: "3.9" |
|
|
|
services: |
|
bot: |
|
image: quay.io/eriol/telegram-group2mastodon:latest |
|
environment: |
|
- MASTODON_ACCESS_TOKEN=${MASTODON_ACCESS_TOKEN} |
|
- MASTODON_SERVER_ADDRESS=${MASTODON_SERVER_ADDRESS} |
|
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN} |
|
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID}
|
|
|