twython/twython
Mike Helmick 47e1b7c158 3.0.0
## 3.0.0

- Changed ``twython/twython.py`` to ``twython/api.py`` in attempt to
make structure look a little neater
- Removed all camelCase function access (anything like
``getHomeTimeline`` is now ``get_home_timeline``) Fixes #199
- Removed ``shorten_url``. With the ``requests`` library, shortening a
URL on your own is simple enough
- ``twitter_token``, ``twitter_secret`` and ``callback_url`` are no
longer passed to ``Twython.__init__`` Fixes #185
    - ``twitter_token`` and ``twitter_secret`` have been replaced with
``app_key`` and ``app_secret`` respectively
    - ``callback_url`` is now passed through
``Twython.get_authentication_tokens``

[ci skip]
2013-05-30 18:16:39 -04:00
..
streaming Update stream example, update AUTHORS for future example fix 2013-05-29 11:41:30 -04:00
__init__.py 3.0.0 2013-05-30 18:16:39 -04:00
advisory.py Removed bulkUserLookup & getProfileImageUrl, deprecating shortenUrl, raise TwythonDepWarnings in Python 2.7 > 2013-04-22 21:29:07 -04:00
api.py 3.0.0 2013-05-30 18:16:39 -04:00
compat.py Added numeric_types 2013-05-28 20:05:04 -05:00
endpoints.py Fixes #194 2013-05-16 12:40:25 -04:00
exceptions.py Added disconnect to TwythonStreamer, more tests, update example 2013-05-29 11:41:03 -04:00
helpers.py Added compat, numeric_types as allowed param type. 2013-05-28 20:03:20 -05:00