Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 864 Bytes

home.md

File metadata and controls

23 lines (12 loc) · 864 Bytes

Installation

Make sure you have node installed > 12.3.0

Run npm install

Make sure you have installed geckodriver

Make sure you have installed firefox browser

  • for windows make sure you download the geckodriver executable and store it into the root directory of the project

Make sure to copy .env.example to .env and fill in your instagram username and password and the path for the geckodriver if you are on windows OS

To run the bot type in the console node index.js

Updating InstabotJS

To update the app with the latest version make sure you have git installed and pull the latest version of the main branch.

Guides

There are a few examples you can find in the examples folder with different options/actions, you can run them directly from the folder or edit the index.js with their contents and update the paths for the included files.