Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jxltom/scrapyd-heroku

Wrapper for running Scrapyd in Heroku or locally as a service
https://github.com/jxltom/scrapyd-heroku

heroku scrapy scrapyd scrapyd-heroku

Last synced: 17 days ago
JSON representation

Wrapper for running Scrapyd in Heroku or locally as a service

Awesome Lists containing this project

README

        

# scrapyd-heroku

Wrapper for running [Scrapyd](https://github.com/scrapy/scrapyd) in [Heroku](https://heroku.com/) or locally as a service

## Features

- Support running Scrapyd service in Heroku
- Support running Scrapyd service locally
- Support latest version of Scrapy ```2.4.1``` and Scrapyd ```1.2.1```

## Getting Started

- Simply [fork this repository](https://github.com/jxltom/scrapyd-heroku/fork), update custom configurations in ```scrapy.conf```, and deploy it to Heroku

- Or [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/jxltom/scrapyd-heroku) 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 run ```scrapyd-heroku``` locally

- Or [clone this repository](https://github.com/jxltom/scrapyd-heroku.git) and run ```python manage.py``` locally