doinghun / instagram-bot

Instagram Bot that likes 3 most recent photos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Instagram Bot that likes 3 most recent photos


Languages

Language:JavaScript 100.0%