This is an example of web-spider with concurrent workers using aiohttp session client and asyncio event loop. Also there is an example of concurrent file downloader.
Web-spider example requires:
- python 3.5;
- aiohttp;
- lxml;
- beautifulSoup (4);
Downloader example requires:
- python 3.5;
- aiohttp;