| |||||
Written in pure Python, it's a wrapper for the Twitter API.
The library even implements the OAuth 1.0 authentication methods.
For versions before Python 2.6, the simplejson library needs to be loaded as well.
What's New in This Release: [ read full changelog ]
· 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``).
· - Removed ``shorten_url``. With the ``requests`` library, shortening a URL on your own is simple enough.

Via: Twython 3.0.0






0 Comment:
Post a Comment