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
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)
Built Distribution
Close
Hashes for herokuify_scrapyd-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d35a6b67fcff8831fb9f7ac4c288bea5a6775378a25c4bc4b1d8a4b7a95e0322 |
|
MD5 | ff775e39c018c226a25820922704c916 |
|
BLAKE2b-256 | 2d63429be7ea23638f706409662b642c662139ff6874cdee5dcbe41e918c27b7 |