This is a nodeJS instagram bot that uses puppeteer library to like 3 most recent photos of targeted tags.
Credit to this tutorial
Clone this respository
git clone https://github.com/doinghun/instagram-bot.git
Install dependencies using npm
npm install
-
Create
config.js
file withIG_ID
&IG_PW
in key value pairs. -
Create
tags.js
file with instagram hashtags in array to like the 3 most recent photos of each tag. -
Run program.
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.