Skip to content

tantaneity/pyrogram_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Pyrogram template

installing

  • python -m venv env - now create ENVironment

  • .\env\Scripts\Activate or source env/bin/activate for Linux or MacOS - Activate your env

  • pip install -r requirements.txt - installing

Create environment variables in config.env

  • API_ID (integer) - Telegram API ID
  • API_HASH (string) - Telegram APP HASH (Get these two values from my.telegram.org/apps.)
  • BOT_TOKEN: Create a bot using @BotFather, and get the Telegram API token.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published