Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

tiehm/InstagramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Like Bot ·

Like posts on Instagram with a Bot.

Installing / Getting started

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

Usage

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

Licensing

UNLICENSED