Skip to content

unixource/mtdntg

Repository files navigation

mtdntg - Matrix to Telegram bridge.

About

This is the source code for the Telegram bot @MastodonBridgeBot. It allows you to redirect messages from Mastodon to Telegram with absolutely no restrictions. The bridge requires minimal information and is easy to use.

Setting up

  • Linux
git clone https://github.com/unixource/mtdntg.git
cd mtdntg
python -m venv env
source env/bin/activate
pip install -r requirements.txt
pysondb create db/db.json
pysondb create db/channels.json

After that, create an .env file with the contents:

TOKEN="YOUR_TELEGRAM_BOT_TOKEN"
VERSION="BOT_VERSION" #optional

Done :D Now you can run the main script

About

Bridge from Mastodon to Telegram

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages