Following dependency is needed:
- requests
Saving this locally
$ cd ~/Downloads/
$ mkdir github && cd github
$ git clone https://github.com/allendema/telegram-bot-api-scripts.git
$ pip3 install -r requirements.txt
Go to the directory where the scripts are installed:
$ cd ~/Downloads/github
python3 [BOT] &
Example:
python3 dictionary_bot.py &
python3 wikipedia_bot.py &