Created
April 4, 2014 13:09
-
-
Save yanofsky/9974399 to your computer and use it in GitHub Desktop.
QZ Two simple charts script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the workflow for making these charts http://qz.com/195531/