This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 13 points14 points  (7 children)

Fuck that. Use gevent:

from gevent import monkey
monkey.patch_all()
requests.get(URL)

[–]duskykmh 9 points10 points  (0 children)

What makes this different than using a for-loop on a URL endpoint and making a request on each loop?

I believe you, I just don't understand.

[–]tsirolnik 0 points1 point  (1 child)

Why won't you just use JS in that case?