Snbig / InstaTrack

Convert Instagram user ID to username & vice versa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is ID to username broken again?

darthclide opened this issue · comments

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]

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

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

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

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.