Wrapper for running Scrapyd in Heroku or locally as a service
- Support running Scrapyd service in Heroku
- Support running Scrapyd service locally
- Support latest version of Scrapy
2.4.1
and Scrapyd1.2.1
-
Simply fork this repository, update custom configurations in
scrapy.conf
, and deploy it to Heroku -
Or from this repo directly, and then the service will be exposed such as in
https://scrapyd-heroku.herokuapp.com/
-
Or
pip install scrapyd-heroku
and runscrapyd-heroku
locally -
Or clone this repository and run
python manage.py
locally