1
0
Fork 0
Telegram bot to post messages from a Telegram group to Mastodon.
Go to file
Daniele Tricoli 4182ccc8f2
continuous-integration/drone/push Build is passing Details
Add note on allowed channels
2022-03-01 02:20:12 +01:00
cmd Just use AccessToken to connect to Mastodon after correctly getting it 2022-03-01 01:41:32 +01:00
.drone.yml Test sub packages 2022-02-28 23:26:05 +01:00
.gitignore Ignore envrc 2022-02-28 00:11:10 +01:00
LICENSE Initial import 2022-02-27 02:00:26 +01:00
README.md Add note on allowed channels 2022-03-01 02:20:12 +01:00
go.mod Switch to github.com/cking/go-mastodon 2022-03-01 00:50:36 +01:00
go.sum Switch to github.com/cking/go-mastodon 2022-03-01 00:50:36 +01:00
main.go Move the main code in a run sub-command 2022-02-28 23:22:49 +01:00

README.md

tg2mastodon

tg2mastodon is a Telegram bot to post messages from a Telegram group to Mastodon. You should only use on public groups and set the bot to be able to read all the messages.

This is still a Work In Progress, please don't use at the moment, since also documentation is missing.

TODO

  • Publish text messages from.
  • Handle text > 500 characters (or mastodon instance limit).
  • Message attribution from telegram users (?).
  • Handle messages with 1 photos and caption.
  • Handle messages with multiple photos.
  • Add configuration variable to set mastodon message visibility.
  • Set the Telegram channels allowed to use the bot: we don't want spam from someone that just add the bot somewhere.