A full event-loop based scraper following a publish-subscribe model.
Backed by Redis, so you need it (!)
Requires a recent Python 3 installation.
Install dependencies with pip3 install -r requirements.txt
.
You can define your queues in config.json
.
You can reload the scraper without killing it with kill -s SIGHUP <pid>
or systemctl reload service
.