Telegram Bot that let you subscribe and follow customs RSS, ADF and ATOM Feeds.
Do you like this Bot? Buy me a coffee :)
Paypal: https://www.paypal.me/josrios
Note: Use Python 3.6 or above to install and run the Bot, previous version are unsupported.
-
Install Python3 and their tools:
sudo apt-get install python3 python3-pip python3-venv
-
Get and setup the project:
git clone https://github.com/J-Rios/TLG_myrssbot cd TLG_myrssbot make setup
-
Specify Telegram Bot account Token (get it from @BotFather) in
src/constants.py
file:'TOKEN' : 'XXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
Launch the Bot:
make start
Check if the Bot is running:
make status
- Stop the Bot:
make stop