-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in 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 :) |
gyermolenko
removed
Hacktoberfest
This looks easy to do during Hacktoberfest
help wanted
labels
Oct 31, 2018
hey @K0Te |
Hi @gyermolenko, Sorry for delay - I'll try to submit PR soon. |
@K0Te 👌 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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: