Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Is ID to username broken again? #8

Closed
darthclide opened this issue Nov 6, 2019 · 6 comments
Closed

Is ID to username broken again? #8

darthclide opened this issue Nov 6, 2019 · 6 comments
Labels
bug Something isn't working

Comments

@darthclide
Copy link

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]

@heitorsampaio
Copy link

Yeah, i think so, i have the same problem here

@Snbig Snbig added the bug Something isn't working label Nov 6, 2019
@Snbig
Copy link
Owner

Snbig commented Nov 6, 2019

Thank you for your notifications.
The problem Fixed by 43d83c7 commit.

@darthclide
Copy link
Author

Awesome. Works fine now. May I ask why you think they changed it? (just curious)

@Snbig
Copy link
Owner

Snbig commented Nov 6, 2019

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.

@Snbig Snbig closed this as completed Nov 6, 2019
@darthclide
Copy link
Author

Hmm, I guess I was hoping you could guess "why" they change it. Security I guess?

@Tinchox17
Copy link

is broken again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants