Like posts on Instagram with a Bot.
To setup create a file in config/credentials.js
and make it's content
module.exports = {
username: '',
password: ''
};
Now install all dependencies and compile the source files.
npm i
tsc
node dist/index
This starts the application. You have to wait for a few seconds until the browser is ready.
After waiting you can paste the ID of the Post you want to like into the console and press Enter
.
You then have to wait for the Like to be done (console message once liked).
###Example
UNLICENSED