Skip to content

doinghun/instagram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published