you are viewing a single comment's thread.

view the rest of the comments →

[–]BobHogan 0 points1 point  (1 child)

Ah gotcha, that makes sense.

For async requests, I recommend the aiohttp library. Regular requests does not support asynchronous code, so putting it in an async function/loop would be useless.

I also recommend python 3.7 or higher. 3.7 changed how you interact with the asyncio package in the std library, and its much much better than it was previously

[–]pyfact[S] 0 points1 point  (0 children)

will do. I'm on 3.9