InstaPy / instapy-docker

🐳 Docker config and documentation for running InstaPy with Docker
GNU General Public License v3.0
188 stars 80 forks source link

Bump instapy from 0.6.13 to 0.6.14 #96

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps instapy from 0.6.13 to 0.6.14.

Release notes

Sourced from instapy's releases.

Legacy version of InstaPy before introduction of PyPi

This release holds the legacy version of InstaPy before we introduced PyPi. To be able to remove the legacy branch at one point, this release is created.

At the moment of trying this, most xPaths etc. most likely will already be broken.

If you're considering using InstaPy, please use the current version.

Thank you

Tim

Changelog

Sourced from instapy's changelog.

[0.6.14] - 2021-10-18

Added

  • Added delays after load cookie in login.util.py
  • Added apidisplaypurposes about in smart_hashtags and new api token; Python3.5
  • Added interact_user_likers interacting with the likers from a given user's posts
  • Added second accept_igcookie_dialogue to handled the second "cookie accept screen" that is not automatically accepted
  • Added delays after update_activity() in follow_util.py and util.py
  • Added extra trace in get_followers()
  • Added verified_only argument to get_followers to return only verified users
  • mandatory_bio_keywords control before evaluating for mandatory
  • Fix user following and verification of follow
  • Skipping of public account with (optional) percentage

Fixed

  • Move call to get_following_status above web_address_navigator inside get_links_for_username function
  • Fixed the correct URL displaypurposes.com, the old displaypurposes.com API is deprecated
  • Fixed additional-information.md, removed extra info for cron configuration
  • Fixed actions.md and settings.md for identation
  • Fixed getting additional data from page source
  • Fixed xpath for when images cannot be detected
  • Fixed empty shared data
  • Cannot detect post media type
  • Updated xpath Image "Like" and "Unlike"

Changed

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #97.