AISHIK999 / Templar_Userbot

Modular telegram userbot (Telethon)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Templar Userbot

A telegram userbot for managing Telegram accounts (WIP)

  • Written Python and uses Telethon library
  • This is just the initial commit. More plugins would be added soon
  • If you have any suggestions, please connect with me on Telegram

The environments variables are:

  1. Telegram oriented variables Obtained from Telegram

    Log in to get the following variables

    • API_ID
    • API_HASH

    Run python3 sessionGen.py to get the following variable

    • STRING_SESSION
pip install -r requirements.txt
python3 -m userbot

To host the userbot in VPS, follow the instructions below:

  1. Clone the repository
    git clone https://github.com/AISHIK999/Templar_Userbot.git templar
    
    cd templar
    
  2. Install Docker Compose
    sudo sudo apt-get install docker-compose
    
  3. Run the docker container
     sudo docker-compose up --build
    
    This command is to be run every time any changes are made to the repo (e.g., editing plugins, .env etc)
  4. To stop the container, run the following command:
    sudo docker-compose stop
    
    To resume, use
     sudo docker-compose start
    

About

Modular telegram userbot (Telethon)


Languages

Language:Python 98.1%Language:Dockerfile 1.9%