shub
is the Scrapinghub command line client. It allows you to deploy
projects or dependencies, schedule spiders, and retrieve scraped data or logs
without leaving the command line.
- Python >= 3.8
If you have pip
installed on your system, you can install shub
from
the Python Package Index:
pip install shub
Please note that if you are using Python < 3.8, you should pin to shub<=2.15.4.
We also supply stand-alone binaries. You can find them in our latest GitHub release.
Documentation is available online via Read the Docs:
https://shub.readthedocs.io/, or in the docs
directory.