Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 965 Bytes

README.md

File metadata and controls

58 lines (34 loc) · 965 Bytes

🉑 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