Skip to content

ColinShark/Pyrogram-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pyrogram-Template

This repository is a Template to use as a Telegram Bot built with Pyrogram. It features Pyrogram Asyncio and Smart Plugins; feel free to read through the linked documentation pages to learn more about those topics.

Requirements

Run

  1. git clone https://github.com/ColinTheShark/Pyrogram-Template, to download the source-code.

  2. cd Pyrogram-Template, to enter the directory.

  3. pip3 install -r requirements.txt, to install the requirements.

  4. Create a new pyrotemplate.ini file, copy-paste the following and replace the values with your own:

    [pyrogram]
    api_id = 123456
    api_hash = 0123456789abcdef0123456789abcdef
    
    [pyrotemplate]
    bot_token = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
  5. Run with python3 -m pyrotemplate, stop with CTRL + C

License

  • Pyrogram is MIT © Dan
  • Template is WTFPL © Colin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages