Skip to main content

A package to deploy scrapy spiders to Heroku

Project description

Herokuify-Scrapyd

This package was mainly developed to make deploying Scrapy spiders to Heroku easy.

Features

  • Support Python >=3.6 and Scrapy 1.5.1
  • Support running scrapyd locally
  • Support running scrapyd on Heroku

Configuration

On your scrapy.cfg file copy & paste the following:

[scrapyd]
application = herokuify_scrapyd.app.application

[deploy]

url = http://<HEROKU_APP_NAME>.herokuapp.com
project = <PROJECT_NAME>
username = <HEROKU_EMAIL>
password = <HEROKU_PASSWORD>

Now on you project root directory create a file called Procfile and inside it write:

web: scrapyd

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

herokuify_scrapyd-1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

herokuify_scrapyd-1.0-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page