Skip to content

bugbounted/auto-comments-instagram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PURPOSE

Little script to automate your entries to instagram giveaways that need just to tag a friend

HOW TO USE

  • Install dependencies with npm install.
  • Create a new config.js file containing
module.exports = {
  INSTAGRAM_POST: "https://www.instagram.com/p/xxxxxx/",
  INSTAGRAM_USER: "JhonDoe",
  INSTAGRAM_PASSWORD: "password",
  //these will get tag in the post
  USERS: ["apple", "twitter", "instagram"]
],
};
  • npm start

About

Auto comments on instagram posts

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%