Skip to content

Tags: Adin-Alihodzic/InstaPy

Tags

0.4.3

Toggle 0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request InstaPy#4425 from ishandutta2007/bug_not_able_to_c…

…omment_4409

Bug: fixing commenting issue InstaPy#4409

0.4.2

Toggle 0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request InstaPy#4308 from ishandutta2007/fix_pods

catch exception for each post separately

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request InstaPy#4270 from CharlesCCC/2019-4-5-Split-SQLite-DB

 split sq lite db by username

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request InstaPy#4249 from timgrossmann/dev

release Version 0.4.0

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update version for release (InstaPy#4180)

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to new release (InstaPy#4162)

* Update __init__.py

* Update CHANGELOG.md

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hot fix problems with browser abstraction class (InstaPy#4144)

* Update browser.py

* Update like_util.py

* Update __init__.py

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
removed retry decorator (InstaPy#4139)

* removed retry decorator

* Update __init__.py

* Update like_util.py

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request InstaPy#4136 from timgrossmann/dev

InstaPy 0.3.0

0.2.3

Toggle 0.2.3's commit message
Solution for the 'Log in' text error due an A/B test (InstaPy#4066)

* Update login_util.py

Detect an alternative 'Log In' button if the regular 'Log in' is not found.

* Update login_util.py

Tested multiple times for creating cookies, it succeeds when the A/B test is present.

* Update login_util.py

Exception catched properly

* Simplified search of the login button

Now we simply use "//div" for searching the login button while creating a cookie.
If the cookie needs to be refreshed, we use "//a"
Tested with a new account without previous cookie, and with an account with a changed password that needs to refresh the cookie.

* Update CHANGELOG.md

* Update __init__.py