InstaTrack icon indicating copy to clipboard operation
InstaTrack copied to clipboard

Convert Instagram user ID to username & vice versa

Results 6 InstaTrack issues
Sort by recently updated
recently updated
newest added

python3 InstaTracker.py -i 47682547574 Traceback (most recent call last): File "/home/ndf10/InstaTrack/InstaTracker.py", line 136, in main() File "/home/ndf10/InstaTrack/InstaTracker.py", line 119, in main username = useridToUsername(args.id) File "/home/ndf10/InstaTrack/InstaTracker.py", line 63, in useridToUsername...

I have encounter with this: ``` Traceback (most recent call last): File "C:\Users\dell\Desktop\InstaTrack-master\InstaTracker.py", line 136, in main() File "C:\Users\dell\Desktop\InstaTrack-master\InstaTracker.py", line 119, in main username = useridToUsername(args.id) File "C:\Users\dell\Desktop\InstaTrack-master\InstaTracker.py", line 63,...

The script stopped working I things changes in their page. ![_20210804_084931](https://user-images.githubusercontent.com/53239386/128129341-a48a047f-bd0d-4a5e-a07e-ade1e7f886da.JPG)

Could you please update it seems to be not working? If you also can update you readme.MD explaining how to use please.

``` Traceback (most recent call last): line 136, in main() line 126, in main userid = usernameToUserId(args.username) line 39, in usernameToUserId if json.loads(r).get("message") == 'rate limited': File "C:\Program Files\Python3\lib\json\__init__.py", line...

@Snbig Thanks for the quick update. Yep, there’s a limit on instagrap api calls, and I’m not sure what is it. You can try to call some functions 2000 times...

bug