/ben-talking-bot

Telegram Bot Ben

Primary LanguagePythonMIT LicenseMIT

ben talking bot

Telegram Talking Ben Bot

For the bot to work correctly, install the latest version of python.

Installation:

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

Setup:

replace this in bot.py file
API_TOKEN = '123:123' # your telegram bot token

Launch

python bot.py