Skip to content

spieredd/InstaDroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‰‘ 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