A fully working instagram bot using Insta.js by androz2091
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Killian 0fb8314450 Fixed conflict 4 years ago
Commands/Bot First commit 4 years ago
Events First commit 4 years ago
Helpers First commit 4 years ago
Structure First commit 4 years ago
.env.example First commit 4 years ago
.gitignore First commit 4 years ago
LICENSE Fixed conflict 4 years ago
README.md Removed a quote 4 years ago
config.js First commit 4 years ago
index.js First commit 4 years ago
package.json First commit 4 years ago

README.md

Instagram Bot

A fully working instagram bot using Insta.js by androz2091

Here is how you can install and use it

  • Open a command prompt
  • Go to the folder you want using
cd C:\path\to\the\folder\you\want\
  • Clone this repository
git clone https://github.com/Mr-KayJayDee/instagram-bot
  • Go to the folder where the bot is cloned
cd instagram-bot
  • Install all dependencies
npm i
  • Rename the .env.example file to .env and fill it with your informations

  • Start the bot

npm start

When you see something like that

Logged in as Full Name (username).
Followers: 67
Following: 57
Business : true
Verified: false
Private: false

it means that the bot is ready to be used. 🎉