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.txt
in the same folder. -
Run:
python pull_crunchbase.py
for instructions.