Replies: 2 comments 3 replies
-
UPDATE: just tested a script by myself
and didn't worked. |
Beta Was this translation helpful? Give feedback.
1 reply
-
i'm not sure what you are trying to achieve! its vary unlikely for anyone to hit api limit if they use api token.. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@nazdridoy what if I use random IPs to call github APIs in curl?
We have a variable in APP-MANAGER:
I've done a test by changing it with
and changed this line in install .am
to
and tried to install some applications.
I've not reached tha API limit yet, but all the installation scripts had this
would this be sufficient to surpass API limit calls for all users?
PS: until now I've always used "torsocks" in case I reached API limits, for example, by updating modules, but its still a slow solution.
The solution above was suggested at https://unix.stackexchange.com/questions/607037/how-to-using-bash-to-generate-random-ips-in-curl but I still have doubts on its real efficiency.
Let me know.
Beta Was this translation helpful? Give feedback.
All reactions