The assistant bot that helps people with tgEasy directly on Telegram.
This repository contains the source code of @tgEasyRobot and the instructions for running a copy yourself. Feel free to explore the source code to learn more about these topics.
- Python 3.8 or higher.
- A Telegram API key.
- A Telegram bot token.
git clone https://github.com/divkix/tgEasyAssistant
, to download the source code.cd tgEasyAssistant
, to enter the directory.python3 -m venv venv && . venv/bin/activate
to create and activate a virtual environment.pip install -U -r requirements.txt
, to install the requirements.- Create a new
.env
file, copy-paste the following and replace the values with your own:API_ID = 12345 API_HASH = 0123456789abcdef0123456789abcdef BOT_TOKEN = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 LOGS = 777000
- Run with
python -m assistant
. - Stop with CTRL+C and
deactivate
the virtual environment.
GNU General Public Licence v3.0 Only, (C) 2021 Jayant Hegde Kageri