Skip to content

zanderp/instabot-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstabotJS

A tool built in JavaScript that automates Likes, Comments, and Follows on Instagram
Implemented in NodeJS using the Selenium-Webdriver.


Find the full documentation in Docs

Table of contents


Quick setup guide

  • clone the repository
  • make sure you have installed node > 12.3.0, geckodriver, firefox
  • run npm install
  • copy .env.example to .env and fill in the configs
  • run index.js example or find more examples in examples directory

Features

  • Follow own posts likers
  • Like own post likers media
  • Follow from hashtag
  • Like from hashtag
  • Bulk unfollow non-followers

Disclaimer: This is a research project only. I am not responsible for the usage of this tool, use it on your behalf. I am also not responsible if your instagram accounts get banned due to intensive use of this tool.