Releases: bstoilov/py3-pinterest
Releases · bstoilov/py3-pinterest
1.4.0
1.3.0
Minor improvements and bug fixes
Proxy support for login
- Include pinterest.login(proxy='') param
Web driver login and type ahead
- Fix login due to pinterest integration with google captcha
- Type ahead support, you can now use the search suggestions pinterest provides while typing to find related therms - thanks @kruvatz
Visual Search + bug fixes
-
visual search -> thanks @RocksGarnett
-
fix load pin data
Improvements and bug fixes
Bug fixes:
- get_section_pins was not using bookmarks and larger sections could not be retrieved -> @imgVOID
- book mark reset -> @imgVOID
- fixed small bug in pin links where sometimes double '/' is inserted in the url
Doc and example updates:
- improved download board images
- added message explaining the search api limitations
Improvements 1.1.0
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
All initially planed functionalities are now implemented
The first stable release 1.0.
Thanks to everybody who helped with this
elmissouri16, VeemPees, knsrky, Lachlan00, KristyAnon, MrCrap, uzairzia, abundat-david (sorry if I missed someone)
New features:
- Support for board sections
- Pin local image
Improvements:
- New and simpler way of storing the session cookies
- borad_url parameter was removed from most endpoints, making them easier to use
- validation, response parsing and pre-processing was removed from all endpoints, making the client more resilient to changes on pinterest side
- documentation was updated
Bug fixes:
- search function's query was not properly escaped, thus giving wrong results
- login was handled internally which lead to infinite login calls and account suspension, now it should be called manually on unauthorized errors
Support for direct messages
- Support for direct messages
- Linting initial steps