- Fixed get_user problem with new style of twitter . - joined_date, birthday, like_count removed from get_user data model due to twitter changes .
1.2.2
Changed
- Fixed tweet count bug . - Moved from reStructured Text to MarkDown for README . - Fixed bug in get_followers/get_followings method, which doesn't get first page tweets .
1.2.1
Added
- Search tweets with username and query string possible now . - Filter tweets with `since` and `until` parameters in the search method . - `__version__` property added to TwpyClient .
Changed
- Fixed infinite loop while getting timeline . - Improved get_timeline method . - Fixed setup.py packages and description .