Skip to content

Converts Android's telegram session into telethon / pyrogram session, also can be used to exctract AuthKey from Android's session

License

Notifications You must be signed in to change notification settings

SnoppyForkOnly/Forked_telegram_android_session_converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram_android_session_converter

Converts Android's telegram session into telethon / pyrogram session, also can be used to exctract AuthKey from Android's session

There are no currently working analogues on the internet.

The software can be used to convert mobile android sessions to any other type of session (pyrogram, telethon, TDATA etc.) or just to extract auth key from the session
To convert the session all you need is just tgnet.dat file from the root directory of your telegram app on the phone, it's located at data/data/org.telegram.messenger.web, it ca be extracted using ADB (Android Debug Bridge)
ps. the software will work and will return you the string session and auth key of that session, but as that session is public, it may already be invalid

Technically it is a copy of Telegram's class NativeByteBuffer

About

Converts Android's telegram session into telethon / pyrogram session, also can be used to exctract AuthKey from Android's session

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%