Skip to content

Latest commit

 

History

History
 
 

instagram-bot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Instragram-Bot ❤️

Basic Overview

This is a simple script for an Instagram bot developed using the Node.js and Puppeter. This bot is based on automation that likes top three most recent post according to the tags (eg:- #car or #food) provided in the code.

certificate_gif










Tech Stack 💻

  • Nodejs

  • Dependencies/ libraries used :

    • puppeteer

Installation

To run run this project locally in your system:-

  • Download and install Visual Studio Code

    Visual Studio Code Link

  • Download and install Node.js

    Node.js Link

  • Clone this repository and open instagram-bot folder in vscode

  • install these libraries

    • npm init --yes

    • npm install puppeteer

⚠️ * Dont not run the script for orignal instagram account. Your account could get banned. Make a separate account to test this script.

How to use?

  • replace the userid and password in script.js file in line "await ig.login('[email protected]','*********');"

  • run using command below

    • node script.js