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.gitInstall dependencies using npm
npm install-
Create
config.jsfile withIG_ID&IG_PWin key value pairs. -
Create
tags.jsfile 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.