python-scrapyd-api icon indicating copy to clipboard operation
python-scrapyd-api copied to clipboard

A Python wrapper for working with Scrapyd's API.

Results 4 python-scrapyd-api issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/requests/requests) from 2.4.1 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/kennethreitz/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

I want to set priority for my spider. I done when set on scrapyd: curl http://localhost:6800/schedule.json -d project=myproject -d spider=somespider -d priority=1 How can i do like that on python-scrapyd-api?...

Hi all: since the scrapyd server has add the new api of daemonstatus.json here is the code https://github.com/scrapy/scrapyd/blob/master/scrapyd/webservice.py here is the doc https://scrapyd.readthedocs.org/en/latest/api.html#daemonstatus-json i think may be need to update...

Trying to add support for new version of scrapyd1.5.0b1, updated wrapper and constants for new api support 'status'. However testing not done because of old python versions"