You can deploy your spiders to Scrapy Cloud via shub, the Zyte command line tool, or via GitHub integration.


Deploy via shub

Follow these instructions to deploy your spiders using shub:


1. Get shub, either by downloading or pip install:

$ pip install shub


2. Login with shub providing your API key (you can find it here):

$ shub login
API key: <YOUR_API_KEY>


3. Get into your local Scrapy project folder and deploy it to Scrapy Cloud:

$ shub deploy <YOUR_PROJECT_ID>

You can find the project ID in your project's URL.


Deploy via GitHub

Scrapy Cloud also supports automatic and manual deploys from GitHub repositories. Check out this article to learn how to enable this kind of deploy.