Sync mastodon toot and Telegram channel or group in both direction
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/11/sync-mastodon-toot-and-telegram-channel-or-group-in-both-direction_618459db7d84e-375x210.jpeg)
Sync mastodon toot and telegram channel or group in both direction.
Using mastodon websocket API to fetch statuses update.
Functions
Mastodon to Telegram
- Text only message
- Text with photo
- Text with video
- Poll…
Telegram to Mastodon
- Text only message
- Photo
- Medias…
(Video and other media type may not working…)
Usage
Modify your config.sample.json
to config.json
with your own information.
All keys except chat_id is necessary.
Get your telegram bot token from telegram: @botfather.
Get your mastodon api token from your mastodon server.
You can fork this project and modify the source code as you want.