Skip to content

Releases: davidwickerhf/instaclient

v2.9.12

07 Feb 09:47
Compare
Choose a tag to compare

General bug fixing

v2.9.5

01 Feb 14:41
Compare
Choose a tag to compare

Changed

  • LICENSE to GNU Public License
  • Copyright Information

Fixed

  • Removed webdriver logs

v2.9.4

24 Jan 23:25
Compare
Choose a tag to compare

Added

  • follows_viewer & followed_by_viewer attributes to the Profile class

v2.9.3

21 Jan 12:20
Compare
Choose a tag to compare

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

19 Jan 20:03
Compare
Choose a tag to compare
Update setup.py

v2.8.4

18 Jan 22:02
Compare
Choose a tag to compare

v2.8.4 - 2021-01-18

Compare with v2.8.3

Fixed

  • Fixed graphql issues (da18780 by David Wicker).

v2.8.3

18 Jan 12:02
Compare
Choose a tag to compare

v2.8.3 - 2021-01-18

Compare with v2.8.2

Changed

  • Changed shortcut methods for get_followers() & get_following() (357075d by David Wicker).

v2.8.2

18 Jan 11:03
Compare
Choose a tag to compare

Added

  • Added refresh method to hashtag & comment (70065cf by David Wicker).

Changed

  • Changed get_followers & get_following to include ability to scrape through the graphql api (7e5860b by David Wicker).

v2.8.0

16 Jan 22:31
Compare
Choose a tag to compare

v2.8.0 - 2021-01-16

Compare with v2.7.27

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

10 Jan 09:17
Compare
Choose a tag to compare

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.