Releases: davidwickerhf/instaclient
Releases · davidwickerhf/instaclient
v2.9.12
v2.9.5
Changed
- LICENSE to GNU Public License
- Copyright Information
Fixed
- Removed webdriver logs
v2.9.4
v2.9.3
Added
Session Cookies
- You can now save cookies with
cookies = client.session_cookies
- You can now connect the client and login with
client.set_session_cookies(<your cookies list>)
Forward Post
- You can now forward a post to a specified user:
client.forward_post('<shortcode>', '<target username>', 'your message')
v2.8.9
Update setup.py
v2.8.4
v2.8.3
v2.8.2
v2.8.0
v2.8.0 - 2021-01-16
Added
- Added get_location_posts method (f0e3f08 by David Wicker).
- Added get_location() method (cc10422 by David Wicker).
- Added get_search_result() method (740671e by David Wicker).
- Add client.get_following() method (cfed3f5 by David Wicker).
Changed
- Change hashtag definition and methods (c3f1b77 by David Wicker).
- Changed comment.py docs and eq (3f34a77 by David Wicker).
Fixed
- Fixed minor issues (8e31351 by David Wicker).
v2.7.27
Added
_nav_explore() -> navigates to the explore page and checks whether the operation was successful
Fixed
_login_required() -> FIxed a bug where the client would try to log in again even if client is already logged in.