Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.22 KB

tgEasy Assistant

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.

Requirements

Run

  1. git clone https://github.com/divkix/tgEasyAssistant, to download the source code.
  2. cd tgEasyAssistant, to enter the directory.
  3. python3 -m venv venv && . venv/bin/activate to create and activate a virtual environment.
  4. pip install -U -r requirements.txt, to install the requirements.
  5. 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
    
  6. Run with python -m assistant.
  7. Stop with CTRL+C and deactivate the virtual environment.

License

GNU General Public Licence v3.0 Only, (C) 2021 Jayant Hegde Kageri