Skip to content

Releases: davidwickerhf/instaclient

v2.7.26

09 Jan 21:29
Compare
Choose a tag to compare

#Changed behaviour of _reques() method.

The instaclient._request method loads the request output from Instagram

Sometimes, Instagram asks to log in before allowing incoming requests.

In the previous version, the _request method would wait 5 seconds before trying again.

This change reduces the wait time to 2 seconds and removes any retries to find the WebElement containing the GraphQL response - instead, a instaclient.errors.common.NotLoggedInError will be raised

v2.7.25

09 Jan 18:05
Compare
Choose a tag to compare
Update setup.py

v2.7.24

05 Jan 22:51
Compare
Choose a tag to compare
v2.7.24

v2.7.18

30 Dec 11:40
Compare
Choose a tag to compare
v2.7.18

v2.7

22 Dec 19:41
Compare
Choose a tag to compare
v3.0 (Update 2.7)

v2.4

21 Dec 08:08
Compare
Choose a tag to compare

Initial update towards versioon 3.0:

Package restructured: module 'Classes' refactored to 'instagram'

v2.3

16 Dec 11:47
Compare
Choose a tag to compare
  • Renamed check_notifications() to get_notifications()
  • Renamed scrape_followers() to get_followers()
  • Method get_followers() now allows to specify the number of followers to scrape
  • You can now send DMs also to private accounts (via send_dm() )

Notices:

  • BaseProfile.from_username() does not work correctly yet as Instagram keeps returning a 429 request code error. I'm working on solivng that.

v2.2.2

10 Dec 20:40
Compare
Choose a tag to compare
updated README

v2.1.12

06 Dec 19:51
Compare
Choose a tag to compare
v2.1.12

v2.1.11

05 Dec 12:22
Compare
Choose a tag to compare
v2.1.11