scrapyd-client icon indicating copy to clipboard operation
scrapyd-client copied to clipboard

Command line client for Scrapyd server

Results 15 scrapyd-client issues
Sort by recently updated
recently updated
newest added

My team is working on a set of scrapy spiders which we want to deploy to a scrapyd server. Our scrapyd server is configured to use an oauth2 proxy to...

topic: enhancement

I am currently in a situation where I have to create an ssh tunnel to deploy eggs via the scrapyd client, which causes me to deploy through localhost and in...

topic: enhancement

This pull request solves issue #114

when there is no scrapy.cfg defined: * scrapyd-client defaults to url http://localhost:6800 * scrapyd-deploy fails with "Error: no Scrapy project found in this location" The 2 commands should probably behave...

topic: bug

Scrapyd is installed on a remote server and i want to deploy the project in the remote server. Previously i was using scrapydweb and manually upload the egg file to...