Mifi Instauto Versions Save

Instagram bot / automation library written in Javascript for Node.js

v9.1.3

2 years ago
  • fix user data fetching b3a5d7c
  • Fixed broken URL to index.js in README.md (#95) 60753cd

https://github.com/mifi/instauto/compare/v9.1.2...v9.1.3

v9.1.2

2 years ago
  • don't like users who we skipped c4b6424

https://github.com/mifi/instauto/compare/v9.1.1...v9.1.2

v9.1.1

2 years ago
  • improve published files a8e7988
  • fix lint 1cc3656
  • add ci tests/lint 9787a17
  • fix lint 3c0f8de
  • Updated findUnfollow function with selector (#91) 6fb2348

https://github.com/mifi/instauto/compare/v9.1.0...v9.1.1

v9.1.0

2 years ago
  • allow only liking without following 84ffe60
  • add homebrew recommendation 6f4fc32
  • add logger to exazmple 6cb7b74

https://github.com/mifi/instauto/compare/v9.0.0...v9.1.0

v9.0.0

2 years ago

Fixes https://github.com/mifi/instauto/issues/83

BREAKING:

  • rename followCurrentUser->followUser
  • rename unfollowCurrentUser->unfollowUser
  • no need to navigate before calling those (but doesn't hurt)

https://github.com/mifi/instauto/compare/v8.0.1...v9.0.0

v8.0.0

2 years ago

only load data that's needed 8bd0fde ...using generators this prevents countless hasMorePages when many followers/following fixes https://github.com/mifi/SimpleInstaBot/issues/108

also:

  • don't sleep so long for dryRun
  • upgrade eslint

BREAKING changes:

  • getUsersWhoLikedContent now returns a generator

https://github.com/mifi/instauto/compare/v7.2.3...v8.0.0

v7.2.3

2 years ago
  • implement retry on 429 and 560 05a6f30
  • improve language selection d432e48

https://github.com/mifi/instauto/compare/v7.2.2...v7.2.3

v7.2.2

2 years ago
  • improve cookie dialog clicking 6b1612a
  • set english in URL by default 29c2f27

https://github.com/mifi/instauto/compare/v7.2.1...v7.2.2

v7.2.1

2 years ago