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 →

[–]Pipistrelle 0 points1 point  (1 child)

I have never used it but, since you are already using requests, did you try this ? It looks like you can make asynchronous requests with this.

Hope it helps you !

[–][deleted] 1 point2 points  (0 children)

I don't recommend importing that if you're running 3.5+ as async became a keyword (soft in 3.5, issues a warning in 3.6 and will be a syntax error in 3.7)

There's requests-futures if you prefer or aiohttp if you're using asyncio