Download all (or some) of the objects in crunchbase
-
Checkout / clone the code.
-
Make a local virtualenv:
virtualenv env -
Switch to that env:
source env/bin/activate -
Install dependencies:
pip install -r requirements.txt -
Make sure there's a valid API key in a file called
apikey.txtin the same folder. -
Run:
python pull_crunchbase.pyfor instructions.