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

Latest commit

 

History

History
27 lines (15 loc) · 765 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 765 Bytes

Nodebot - Bot for Instagram made with Node.js and Puppeteer

Warning

This is currently a Alpha and it is not recommended to use it on a real Instagram account

Installation

Dependencies

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.

Installation by git

  1. git clone https://github.com/chmielulu/Nodebot
  2. cd Nodebot
  3. npm install or yarn install

Configuration

You can configure Nodebot using the config.js file in the Nodebot/config directory. The file is described with comments.

Launch bot

You can launch bot using command node index.js in Nodebot directory