two quick updates to the raw files
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 20 Apr 2015 22:26:35 +0000 (15:26 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 20 Apr 2015 22:29:46 +0000 (15:29 -0700)
commitf17f0a3f63dd03d70cdc693da0bda53a1e85671b
tree47dc2e34d1aaa71fc95ac65bd11970d5797a5735
parentf2892ae64a4eb963904669373c148d9dbdfa3b1b
two quick updates to the raw files

- move to Python 3 (i.e., print()'ify stuff)
- requests can do JSON natively using .json() on the request object which
  solves the problem with requests returning bytes
wikipedia-raw1.py
wikipedia-raw2.py

Benjamin Mako Hill || Want to submit a patch?