Closed svip333 closed 5 months ago
Friends, please contact me, I have left a message for you in the mailbox. I need this tool.
What format of session file do you need? Maybe I can help
If you could just explain the issue I would be happy to help you with it, what are you having issue with?
I need a tool to convert the Android client session file into a session file type that the rest of the program can recognize
So what exactly are you having problems with? My tool can be used exactly for that purposes, it can convert session to any possible format
I used your tool to make the result in order to merge a string into the session
Just strings, no session files
Clearly explain everything you did and what you have problems with
auth key: bytearray(b'HIDDEN') telethon string session: HIDDEN
How to convert to session file
If you need to convert telethon string session into .session file you can use the following code:
string_session = "your string session here"
original_string_session = StringSession(string_session)
sqlite_session = SQLiteSession('abc.session') # .session is optional
sqlite_session.auth_key = original_string_session.auth_key
sqlite_session.takeout_id = original_string_session.takeout_id
sqlite_session.set_dc(original_string_session.dc_id, original_string_session.server_address, original_string_session.port)
sqlite_session.save()
But I highly suggest you to not share such a sensitive information here, I will hide session in your comment to protect you from people who would want to use your session.
Please contact me, I will pay you to help me solve the technical problem
Please contact me in the mailbox and I will tell you my problem
Friends, please contact me, I have left a message for you in the mailbox. I need this tool.