Telegram Talking Ben Bot
For the bot to work correctly, install the latest version of python.
mkdir benbot && cd benbot
virtualenv venv
venv\Scripts\activate
git clone https://github.com/l1v0n1/ben-talking-bot.git
cd ben-talking-bot
pip install -r requirements.txt
replace this in bot.py file
API_TOKEN = '123:123' # your telegram bot token
python bot.py