Releases: davidwickerhf/instaclient
Releases · davidwickerhf/instaclient
v2.7.26
#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
Update setup.py
v2.7.24
v2.7.24
v2.7.18
v2.7.18
v2.7
v3.0 (Update 2.7)
v2.4
Initial update towards versioon 3.0:
Package restructured: module 'Classes' refactored to 'instagram'
v2.3
- 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
updated README
v2.1.12
v2.1.12
v2.1.11
v2.1.11