Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 785 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 785 Bytes

Instagram Bot

This is a nodeJS instagram bot that uses puppeteer library to like 3 most recent photos of targeted tags.

Credit to this tutorial

Installation

Clone this respository

git clone https://github.com/doinghun/instagram-bot.git

Install dependencies using npm

npm install

Usage

  1. Create config.js file with IG_ID & IG_PW in key value pairs.

  2. Create tags.js file with instagram hashtags in array to like the 3 most recent photos of each tag.

  3. Run program.

    npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.