runetech0 / discord-telegram-bot

Simple discord to telegram messages forward bot. It receives messages from filtered discord servers and channels and forward these messages to specified telegram channel using telegram api.
47 stars 18 forks source link

Installation: Using the bash on ubuntu linux or almost any other linux distro 1: cd BOT_FOLDER 2: pip install -r requirements.txt

Setup: 1: open conf.py with your favourite text editor 2: Rest of the setup instruction for conf.py are already there. 3: After setting up conf.py run the bot

Run: 1: In the bash shell type "python bot.py" to run. 2: type "python bot.py &" to run in the background so you may close the terminal.

Thanks!