The handler working with aCrawler and cloudscraper
Project description
acrawler-cfscrape
The handler works with aCrawler and cloudscraper
Installation
$ pip install acrawler_cfscrape
Usage
Add Handler:
class MyCrawler(Crawler): middleware_config = { "acrawler_cfscrape.CfscrapeHandler": True, } config = { "CFS_COOKIES_FILE": Path.home() / ".cfscookies", "CFS_URL": "http://www.example.com", "CFS_PROXIES": None, }
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.