Skip to content

rafikahmed/herokuify_scrapyd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

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

web: scrapyd

About

Deploy Scrapyd to Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages