Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 449 Bytes

readme.md

File metadata and controls

17 lines (16 loc) · 449 Bytes

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