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.
|
package main |
|
|
|
import "noa.mornie.org/eriol/telegram-group2mastodon/cmd" |
|
|
|
func main() { |
|
cmd.Execute() |
|
}
|
|
|