-
Notifications
You must be signed in to change notification settings - Fork 32
#Fixed:::UserID to UserName doesn’t work anymore - will You fix it anytime soon? #2
Comments
You're welcome ❤ |
@Snbig bless you. Many many thanks. Currently I have it that I can execute python3 usernameToUserID.py And it will ask/ prompt for a username to input. But with the userIDtoUsername I always have change the UserID in the python file itself (in line 46): print(useridToUsername("00000000")) Do You think it’s possible for the userIDtoUsername script to ask for userID input? Best Regards! |
i assume theoretically we could also have a single app with parameters like: #get userID from username #get username from userID But honestly I am also absolutely fine with two .py files that do work flawlessly! <3 |
Command line options added to code 2e11349 |
You‘re the best!,! ;) incredible! |
@Snbig I am getting syntax error. python3 InstaTrack.py -id justinbieber |
|
I get the same error when using -u justinbieber and using the latest commit. Using Python3.5.3 |
Do you use Python3.6? |
Yes. [*] Code updated and now it compatible with python > 3 |
Thanks, that made it work.
2. Juni 2019, 11:19 from [email protected]:
…
Yes.
F-strings is not available for python before 3.6.
To make it compatible for python before 3.6 replace f-strings with string formatting.
> "[+] Username: {}".format(username)
> "[+] UserID: {}".format(userid)
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub <#2?email_source=notifications&email_token=AIY4ABSN6F5JBIIZWPNED2LPYOGDBA5CNFSM4HRIJI3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWXRQFA#issuecomment-498014228>> , or > mute the thread <https://github.com/notifications/unsubscribe-auth/AIY4ABW3A5LON6OCYFJIX5TPYOGDBANCNFSM4HRIJI3A>> .
|
Thanks so much for creating this tool!
The text was updated successfully, but these errors were encountered: