Skip to content

An app for create or get api id and api hash from telegram

Notifications You must be signed in to change notification settings

staliox/Telegram-API-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Telegram API Hash Generator

An app for create or get telegram api id and api

Possibilities

  • Fast response to messages and communication with the Telegram
  • Simple and Comprehensive

Example

from tgapi import TelegramApplication

app = TelegramApplication(PHONE_NUMBER)
send_password = app.send_password()

if send_password:
    auth_login = app.auth_login(PASSWORD)
    
    if auth_login:
        auth_app = app.auth_app()
        print(auth_app)

About

An app for create or get api id and api hash from telegram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages