Software Details:
Version: 2.2
Upload Date: 1 Mar 15
Distribution Type: Freeware
Downloads: 99
Twitter provides a service that allows people to connect via the web, IM, and SMS.
They expose a web services API and this library is intended to make it even easier for Python programmers to use.
The library has a pure Python interface for the standard Twitter API.
What is new in this release:
- Updated copyright years
- Changed setup.py to allow installing via wheel
- Renamed README.md to README.rst
- Added AUTHORS.rst
What is new in version 1.1:
- Remove from ParseTweet the Python 2.7 only dict comprehension item.
- Fix GetListTimeline condition to enable owner_screen_name based fetching.
- Many fixes for readability and PEP8.
- Cleaning up some of the package importing. Only importing the functions that are needed.
- Also added first build of the sphinx documentation. Copied some info from the readme to the index page.
- Added lines to setup.py to help the user troubleshoot install problems.
- Removed the OAuth2 lines from the readme.
- Removed OAuth2 library requirements.
- Added GetListMembers().
What is new in version 0.6:
- Releasing 0.6 to help people avoid the Twitpocalypse.
Comments not found