Skip to content

Instantly share code, notes, and snippets.

@yanofsky
Created April 4, 2014 13:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanofsky/9974399 to your computer and use it in GitHub Desktop.
Save yanofsky/9974399 to your computer and use it in GitHub Desktop.
QZ Two simple charts script
#download the data and save it as json for the overview via a python script
cd overview
python overview_scraper.py
cd ../sector
#download the data and save it as json for the sector info via python script
python sector_scraper.py
cd ..
#open the D3 graphics in a web browser
open http://localhost:8080/2014/jobsday/overview/
open http://localhost:8080/2014/jobsday/sector/
#download the created images. upload. publish.
@yanofsky
Copy link
Author

yanofsky commented Apr 4, 2014

This is the workflow for making these charts http://qz.com/195531/

  1. Download the data via a scrape
  2. Load the data into a visualization
  3. Save the visualization as an image
  4. upload to the CMS and publish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment