-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement demo of idiomatic crawler using aiohttp client #45
Comments
I'd like to work on this issue, it seems to be an interesting task. |
Go ahead :) |
hey @K0Te |
Hi @gyermolenko, Sorry for delay - I'll try to submit PR soon. |
@K0Te 👌 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Lots of people using aiohttp client to crawl internet [1], I think to encourage good practices and idiomatic approach it is good idea to have specific demo for this purposes. Good starting point is [2]
[1] https://medium.com/@cgarciae/making-an-infinite-number-of-requests-with-python-aiohttp-pypeln-3a552b97dc95
[2] http://www.aosabook.org/en/500L/a-web-crawler-with-asyncio-coroutines.html
The text was updated successfully, but these errors were encountered: