-
It looks like the session string tool https://replit.com/@aahnik/tg-login?v=1 is not working anymore, i can add the API ID, API hash, and then after it tells me to press [Enter] nothing happens Any idea how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Run tg-login locally :) |
Beta Was this translation helpful? Give feedback.
-
Do you guys have a tutorial on how to do this? |
Beta Was this translation helpful? Give feedback.
-
On Linux, running tg-login locally works just fine. You don't need to install tg-login as it is provided alongside with tgcf. Any error messages for this problem? For windows users, one idea is to install WSL, and install tgcf inside it. Download WSL from windows store, and install. Once on command prompt or powershell, just type in |
Beta Was this translation helpful? Give feedback.
I assume you use Windows. Go to Desktop and create a new folder, from inside the folder open a console and run
python -m venv .venv
. Then run.venv/scripts/activate
, thenpip install tg-login
. Wait to finish, then runtg-login
. After you give all things required will give you session string in Saved Messages.