New Features:
Logout
logout function was introduced which will invalidate the locally stored pinterest session
@adem74
Custom User Agent
User_agent property was included in the Pinterest constructor
@rhuddlestone
The following new methods were added to the pinterest.py class
- Get all boards - old
get_user_boards
was renamed toget_user_boards_batched
andget_user_boards
returns all boards - Get all following - old
get_following
was renamed toget_following_batched
andget_following
now returns all following - Get all followers - old
get_followers
was renamed toget_followers_batched
andget_followers
now returns all followers
Bug Fixes:
load_pin was broken due to change in pinterest's UI Thanks @liutianfang
Documentation
- All functions in pinterest.py are now properly documented
- Updated minor issues in the Readme
- Updated issues with code examples
- Added documentation for proxy usage