-
Notifications
You must be signed in to change notification settings - Fork 32
[Bug] Instagram API rate limit #5
Comments
Regarding to Instagram GraphQL API limitation which has been defined here, API is limited to 200 calls per hour and others such as CPU limiting and etc., so using timeout for each API requests is not functional to get rid of the limitations. I fixed this issue by caching 'Rate limit' message with stopping the execution of code and showing the unchecked userid/username d0002ff If i could find a way to bypass Instagram rate limiting i will apply it with new commit. |
Cheers |
SNbig, thank you for this script. I am new to Python and am trying to run this script on Qpython3 APK on a rooted Android device (Android 9.0). I cannot for the life of me figure out how to run it on the built-in terminal. I've read and googled for hours and can't seem to figure it out, is it even possible to run your script on an Android device? Thanks! |
Look at the wiki : https://github.com/Snbig/InstaTrack/wiki/Using-InstaTrack-on-Android-with-Termux#how-to-use |
Thank you! I'm definitely making progress but am met with this error after
the last command:
$ git clone https://github.com/Snbig/InstaTrack.wiki.gitCloning into
'InstaTrack.wiki'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (6/6), done.
$ cd InstaTrack
$ python InstaTracker.py
Traceback (most recent call last):
File "InstaTracker.py", line 11, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
$
…On Tue, Oct 8, 2019, 1:57 AM Hamed ***@***.***> wrote:
SNbig, thank you for this script. I am new to Python and am trying to run
this script on Qpython3 APK on a rooted Android device (Android 9.0). I
cannot for the life of me figure out how to run it on the built-in
terminal. I've read and googled for hours and can't seem to figure it out,
is it even possible to run your script on an Android device? Thanks!
Look at the wiki :
https://github.com/Snbig/InstaTrack/wiki/Using-InstaTrack-on-Android-with-Termux#how-to-use
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=ANNJCRCIWOFJXEKETTGTBB3QNQOMVA5CNFSM4H4EGM22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAS4TYI#issuecomment-539347425>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANNJCRGVTPR4O3734E75NJTQNQOMVANCNFSM4H4EGM2Q>
.
|
You can disregard, I forgot I had to install the pup requests. I got it
working. Thank you very much!
…On Tue, Oct 8, 2019, 1:57 AM Hamed ***@***.***> wrote:
SNbig, thank you for this script. I am new to Python and am trying to run
this script on Qpython3 APK on a rooted Android device (Android 9.0). I
cannot for the life of me figure out how to run it on the built-in
terminal. I've read and googled for hours and can't seem to figure it out,
is it even possible to run your script on an Android device? Thanks!
Look at the wiki :
https://github.com/Snbig/InstaTrack/wiki/Using-InstaTrack-on-Android-with-Termux#how-to-use
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=ANNJCRCIWOFJXEKETTGTBB3QNQOMVA5CNFSM4H4EGM22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAS4TYI#issuecomment-539347425>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANNJCRGVTPR4O3734E75NJTQNQOMVANCNFSM4H4EGM2Q>
.
|
@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 without timeout, and you will get a messege from instagram “ an error occured please try again later”.
By the way, could add anothet option to export the results as an excel file? First coloumn with user id, and second one with the username
Originally posted by @rabe398 in #3 (comment)
The text was updated successfully, but these errors were encountered: