This repository was archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Is ID to username broken again? #8
Labels
bug
Something isn't working
Comments
Yeah, i think so, i have the same problem here |
Thank you for your notifications. |
Awesome. Works fine now. May I ask why you think they changed it? (just curious) |
Sometimes they change the query_hash variable. So to extract its value we have to update the regex which indicates to new variable. |
Hmm, I guess I was hoping you could guess "why" they change it. Security I guess? |
is broken again. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
python InstaTracker.py -i 534895514
comes back with
File "InstaTracker.py", line 138, in
main()
File "InstaTracker.py", line 121, in main
username = useridToUsername(args.id)
File "InstaTracker.py", line 58, in useridToUsername
checkTokens()
File "InstaTracker.py", line 18, in checkTokens
getTokens()
File "InstaTracker.py", line 28, in getTokens
query_hash = re.findall(r'{value:!0});const o="(.*?)"', r)[0]
The text was updated successfully, but these errors were encountered: