Skip to content

Прикольная идея по использованию user bot telegram

Notifications You must be signed in to change notification settings

Nikitothka/user_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi, to your attention USER BOT TELEGRAM

USER bot telegram with beautiful animation of creating custom hearts from emoticons in telegram

Пример анимации

Settings

You need to do in order to set up a project with the framework.

Use the official documentation or the tips below:

API Keys:

The very first step requires you to obtain a valid Telegram API key (API id/hash pair):

1.Visit https://my.telegram.org/apps and log in with your Telegram Account.

2.Fill out the form with your details and register a new Telegram application.

3.Done. The API key consists of two parts: api_id and api_hash. Keep it secret.

Configuration

Having the API key from the previous step in handy, we can now begin to configure a Pyrogram project. There are two ways to do so, and you can choose what fits better for you:

  • First option: create a new config.ini file next to your main script, copy-paste the following and replace the api_id and api_hash values with your own. This method allows you to keep your credentials out of your code without having to deal with how to load them.

    [pyrogram]
    api_id = 12345
    api_hash = 0123456789abcdef0123456789abcdef
    

About

Прикольная идея по использованию user bot telegram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages