This gist lists up the use case and details of using asyncio support in Scrapy
- Use
Python3.7
. - Install asyncio,using
pip install asyncio
. - If you plan to use any asyncio framework, then install them also. For example, for using
aiohttp
,installpip install aiohttp
. - Due to a bug in Twisted, one has to use the developer version of Twisted. Use this github page to clone Twisted in another folder.