Skip to content

pelmesh619/PelUserbot-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PelUserbot-2.0

PelUserbot, a powerful userbot for Telegram, containing a lot of features.

Some of PelUserbot's features:

  • Modules: PelUserbot can in runtime turn off and on its handlers and modules, so it can expand its functional

  • Scheduler: PelUserbot has built-in asynchronous scheduler

  • Databases: PelUserbot offers built-in databases for modules and PelUserbot itself

  • Finite State Machine: PelUserbot has its own finite state machine for every module

Know more about it in project's wiki!

Installation

The install is pretty simple, just run in your terminal:

git clone https://github.com/pelmesh619/PelUserbot-2.0.git
cd PelUserbot-2.0
pip install -r ./requirements.txt

Then go to the https://my.telegram.org, create a new app and get your API id and hash. Paste them in config.json file like this:

    "api_id": 1111111,
    "api_hash": "0123456789abcdef0123456789abcdef",

To start the PelUserbot, just run

python main.py

After that you will be asked for phone number and access code.