Skip to content

pvt88/scrapy-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrapy-cloud

Spider on the cloud

This runs a scrapyd server on the Amazon EC2 with a MongoDB database.

Setup instructions

  1. Create a virtual environment and install all the dependencies:
pip install -r requirements.txt
  1. TBC

3.Deploy scrapyd to AWS

Check your deployment target:

scrapyd-deploy -l

Deploy to your local target

scrapyd-deploy local-target -p <your_project>