- Asynchronous downloading using aiohttp
- Downloads cached locally in sqlite
- Continue an interrupted crawl
- Proxies
- Cookies
- Handle redirects
- Retry 5XX errors
>>> import asyncrawler
...Install from pypi:
pip install asyncrawlerOr checkout latest version from repository:
git clone https://github.com/richardpenman/asyncrawler