/telegram-fwd

Stalks a telegram channel and forwards any messages from it to you from a bot.

Primary LanguagePython

How to use

pip install -r requirements.txt

Follow the .env.example file and rename it to .env or make a new one called .env

A client app will need to be made at https://my.telegram.org/auth?to=apps

A code will be sent to your telegram to authentcate your user login and will need to be entered in the input of the script.

A Bot will need to be setup too, A Bot Token obtained by @BotFather https://t.me/BotFather_ to log in as a bot.

Run the main.py file with python main.py or use make run