Skip to content

gmankab/tg_api_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tg_api_gen

library that generates realistic device_model, app_version, and system_version (android and ios) for telegram userbots

there is a very high risk to get ban from telegram, please don't use with your main account

installation

pip install tg_api_gen pyrogram tgcrypto

how to use

just see what data generated:

import tg_api_gen

print(tg_api_gen.generate_random())

real code example - usage.py

changelog

see changelog.md

credits

thanks to:

license

license is gnu agpl 3 - gnu.org/licenses/agpl-3.0.en.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages