shub is the official command-line client for Scrapinghub, enabling users to deploy, schedule, and manage Scrapy spiders on the Scrapinghub cloud platform. Current version: 2.17.1. Release cadence is irregular.
pip install shubVerified import paths — ran on the pinned version, not inferred.
Basic usage: login with API key and list projects.
Upgrade Python to 3.10 or later.
Use the numeric project ID in your config or command line instead of the project name.
Set SHUB_APIKEY environment variable and call shub.login(api_key) programmatically.
Use correct syntax: shub deploy [project-id] [--target]
Set SHUB_APIKEY environment variable or pass key via shub.login(api_key) with a valid key.
No dependency data recorded yet.