DrSkippy / Gnip-Python-Historical-Utilities

Use Gnip's API to create and control Historical Powertrack jobs.
Other
17 stars 19 forks source link

python3 branch #9

Open jshorish opened 9 years ago

jshorish commented 9 years ago

These utilities have been excellent to get up-and-running immediately with the Historical Powertrack API.

This proposed python3 branch contains updates to run on Python 3.4 (the latest version as of January 2015). This branch has been successfully used with Python 3.4 to create, submit, list, and receive jobs to/from Gnip Historical Powertrack. Data files were also successfully downloaded. No structural changes were made to the existing master Python 2.x code--code was simply updated for use with Python 3.

In addition, setup.py was slightly updated to allow installation of gnip_historical as a package via e.g. "sudo python3 setup.py install".