This is currently a Alpha and it is not recommended to use it on a real Instagram account
Make sure you have Node.js installed on your computer.
You can do this with the command node -v
and npm -v
. If you get information that such a command has not been found, install first node.
git clone https://github.com/chmielulu/Nodebot
cd Nodebot
npm install
oryarn install
You can configure Nodebot using the config.js file in the Nodebot/config directory. The file is described with comments.
You can launch bot using command node index.js
in Nodebot directory