Skip to content

A Python script designed to automate the scraping of Instagram reels, using Selenium ChromeDriver to interact with Instagram's interface. This script simplifies the process of downloading Instagram video content directly to your device.

License

Notifications You must be signed in to change notification settings

YasinSalehi06/instagram-reels-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

https://yasinsalehi.com

Instagram Reels Scraper

Instagram reels Scraper is a Python script that makes it easy to mass/bulk download videos from Instagram Reels. Using Selenium ChromeDriver, this script automates the process of logging into Instagram and saving your favorite reels directly to your device.

demo2.mp4

Features

  • Automatic login: Automates Instagram login, so you don’t have to do it manually.
  • Easy video saving: Downloads videos from Instagram Reels and names them using the top comment or a timestamp if no comment is available.
  • Cross-platform compatibility: Works on Windows and other operating systems with the correct setup for ChromeDriver.
  • Flexible: Easy to customize and adapt for different needs.

Requirements

  • Python 3.x: Ensure you have Python installed. here
  • ChromeDriver: Usually not required, but in case it is, download it from here.
  • Git: Ensure you have Git installed. here
  • Selenium: Install it using:
    pip install selenium
  • Requests: Install it using:
    pip install requests
    

Getting started

1. Clone the repository:

  • Open command prompt
  • Run the following command to clone the repository:
    git clone https://github.com/YasinSalehi06/instagram-reels-scraper.git
    
clone.mp4

2. Install dependencies:

  • Run the following command to install the required libraries:
    pip install -r requirements.txt
    
dependencies.mp4

3. Run the script:

  • Execute python scrape.py in your terminal or command prompt.
  • Follow the prompts in your command prompt or terminal to log in to Instagram and start downloading reels.
run.mp4

Contributions

  • Feel free to contribute to this project! if you have suggestions, improvements, or bug reports, please feel free to submit issues or pull requests. Your feedback and improvements are welcome!

About

A Python script designed to automate the scraping of Instagram reels, using Selenium ChromeDriver to interact with Instagram's interface. This script simplifies the process of downloading Instagram video content directly to your device.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages