Update Twitter Endpoints & Internal Functions

* Twitter Endpoints are now in the order of
https://dev.twitter.com/docs/api/1.1

* No need to repeat search function internally when it is available via
`twitter_endpoints.py`

* Make `searchGen` use self.search, instead of self.get with the full
search url
This commit is contained in:
Mike Helmick 2013-03-19 15:40:40 -04:00
parent dfca6c533e
commit a172136f3e
5 changed files with 270 additions and 282 deletions

View file

@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import find_packages
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '2.5.5'
__version__ = '2.6.0'
setup(
# Basic package information.