Skip to content

Bfas237/assistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyrogram Assistant

The assistant bot that helps people with Pyrogram directly on Telegram.

This repository contains the source code of @PyrogramBot and the instructions for running a copy yourself. Beside its main purpose, the bot is featuring Pyrogram Asyncio, Smart Plugins and Inline Mode; feel free to explore the source code to learn more about these topics.

Requirements

Run

  1. git clone https://github.com/pyrogram/assistant, to download the source code.
  2. cd assistant, to enter the directory.
  3. pip3 install -r requirements.txt, to install the requirements.
  4. Create a new assistant.ini file, copy-paste the following and replace the values with your own:
    [pyrogram]
    api_id = 12345
    api_hash = 0123456789abcdef0123456789abcdef
    
    [assistant]
    bot_token = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
  5. Run with python3 -m assistant, stop with CTRL+C.

License

MIT © 2019 Dan

About

🤖 Pyrogram Assistant Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%