Asyncio support
Author: iAnanichCreated Jun 18, 2017Updated Oct 20, 2025
LabelsFeature RequestImprovement
I'm using gspread as driver for storage for items from scrapy spiders. And there is many items from one job, so gspread takes a long time to write them all.
I think, that it can work faster if making requests in async. Can it be so?
Source: burnash/gspread