spieredd / InstaDroid

InstaDroid πŸ›° is an Instagram Bot ☒️ created using Express πŸ“‘ and Puppeteer πŸ€–

Home Page:https://insta-droid-js.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‰‘ InstaDroid ☣️


General Informations

Instagram 🌌 Bot πŸ›° created with the help of NodeJS πŸ‘·.

You can check out the online version of the bot: InstaDroid


Run the bot πŸ€–

1. Clone the repository

git clone https://github.com/science-math-guy/InstaDroid.git

2. Install all the dependencies

npm install

3. Create a .env file

Store these different environment variables inside this .env file. This will allow the bot to log in with your account credentials.

INSTAGRAM_USERNAME=YOUR_INSTAGRAM_USERNAME
INSTAGRAM_PASSWORD=YOUR_INSTAGRAM_PASSWORD

4. Start the bot

You are now ready to start the bot. Just enter the command below:

npm run bot


NPM Packages Used πŸ“š

  • puppeteer
  • puppeteer-extra
  • puppeteer-extra-plugin-stealth
  • express
  • ejs

(Dev dependencies) πŸ§‘β€πŸ’»

  • nodemon
  • dotenv

Documentation

About

InstaDroid πŸ›° is an Instagram Bot ☒️ created using Express πŸ“‘ and Puppeteer πŸ€–

https://insta-droid-js.herokuapp.com/

License:MIT License


Languages

Language:EJS 51.2%Language:JavaScript 31.2%Language:CSS 17.6%