* 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
- Fixes for README
- Re-added a bulkUserLookup method that warns for deprecation
- Merged in @michaelhelmick's work on media and oauth2 deprecation
Conflicts:
setup.py
twython/twython.py