Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 309 Bytes

auto-instagram-follow

  • Select a persons following list

  • Copy dist/InstagramFollow.js code

  • Paste code into Chrome console and hit enter

  • Type

let instagramFollow = new InstagramFollow(100);
    • 100 is the number of people to follow. This can be any number.
  • Type instagramFollow.start()