/kippl

sentiment analysis- backend

Primary LanguagePython

!!! WARNING:There are two (or more) different Python API wrappers for Twitter !!!

This is the package being used for the REST API: https://code.google.com/p/python-twitter/ Query pydoc twitter.Api for more info on the REST API wrapper

The streaming API is accessed via: https://github.com/tweepy/tweepy

Locally installed: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/python_twitter-0.8.7-py2.7.egg/

Enter pydoc twitter.Api for information about the Python-twitter wrapper class.