Skip to content

Mindslayer001/Instagram-Scrapper-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Instagram Reel Downloader

Overview

This application allows users to download Instagram reels by providing the reel link. It is built using:

  • Frontend: React
  • Backend: Node.js

Puppeteer.js is used for web scraping Instagram to fetch reel data.

Features

  • Enter the Instagram reel link.
  • Scrape reel data using Puppeteer.js on the server.
  • Download the Instagram reel.

Prerequisites

  • Node.js installed on your machine.

Installation

  1. Clone the repository:
git clone https://github.com/your-username/instagram-reel-downloader.git
cd instagram-reel-downloader
  1. Install dependencies for both the server and client:
#Install server dependencies
cd server
npm install

#Install client dependencies
cd ../client
npm install
  1. Set up environment variables:
#Create a `.env` file in the server directory and add the following:

PORT=3001

#Replace `3001` with the desired port number.

Usage

  1. Start the server:
#Inside the server directory
npm start
  1. Start the client:
#Inside the client directory
npm start
  1. Open your browser and go to http://localhost:3000 (or the port you specified) to use the Instagram Reel Downloader.

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature.
  5. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Notice

This is just for education purpose. I hope no one will misuse it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published