Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 935 Bytes

File metadata and controls

54 lines (35 loc) · 935 Bytes

Myrssbot

Telegram Bot that let you subscribe and follow customs RSS, ADF and ATOM Feeds.

Donate

Do you like this Bot? Buy me a coffee :)

Paypal: https://www.paypal.me/josrios

How to install, setup and execute the Bot

Note: Use Python 3.6 or above to install and run the Bot, previous version are unsupported.

  1. Install Python3 and their tools:

    sudo apt-get install python3 python3-pip python3-venv
  2. Get and setup the project:

    git clone https://github.com/J-Rios/TLG_myrssbot
    cd TLG_myrssbot
    make setup
  3. Specify Telegram Bot account Token (get it from @BotFather) in src/constants.py file:

    'TOKEN' : 'XXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'

Usage

Launch the Bot:

make start

Check if the Bot is running:

make status
  • Stop the Bot:
make stop