Python telegram bot created to support CBT's telegram channel.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You will need Python 2.7 or higher, with a few extra modules installed. Included is a requirements.txt file that can be used to install necessary modules.
To get the environment ready to run / develop:
Install Python 2.7 and then install the modules
pip install -r requirements.txt
To deploy:
Edit the config.yaml file, inserting telegram API key, and Git credentials for API use.
token: YOUR_TG_TOKEN
git:
password: YOUR_PASS
user: YOUR_USER
Then execute the file "main_bot.py"
python main_bot.py
If you wish to contribute just send a pull request, I will analyze it and integrate it into the main project.
- Alexandre Ferreira - Creator - alexnbferreira
This project is licensed under the MIT License - see the LICENSE.md file for details