Python scripts for working with Gnip Audience and Engagement APIs
See: the Support web site sections on Audience API and Engagement API for more information.
###Note: Requires Requests and Requests-OAuthlib libraries.
To install:
pip install requests requests_oauthlib
##gnip_insights.py
Library used to access Audience and Engagement APIs
##AudienceAPI.py
Sample app that uses all functions of Audience API. Execute ./AudienceAPI.py to get show usage help:
##gnip_engagement_test.py Sample app to demonstrate retrieving engagement data for owned and authorized Tweets. (improvements to come!)
##ConfigFile.py Library used to manage reading/writing to gnip.cfg file where credentials are stored.
###Feedback Please send help requests / comments / complaints / chocolate to @SteveDz
Note that this code is provide "As Is". You should review and understand Python code, and be able to debug this code on your own if used in a production environment. See the License file for more legal limitations.