Skip to content

Easy way without authentation to scrapping the multiple Instagram feeds in same time

Notifications You must be signed in to change notification settings

jaccon/instapub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Instagram Image Scraper

This script scrapes images from the feed of specified Instagram users using Puppeteer in Node.js. The script downloads the images and saves the image filenames in a JSON file along with the download date.

Prerequisites

  • Node.js (v12.0.0 or higher)
  • npm (v6.0.0 or higher)

Installation

  1. Clone this repository or download the script files.

  2. Navigate to the directory containing the script.

  3. Install the required dependencies by running:

    npm install puppeteer

Configuration

Create a config.json file in the same directory as the script with the following structure:

{
    "usernames": [
        "username1",
        "username2",
        "username3"
    ]
}

About

Easy way without authentation to scrapping the multiple Instagram feeds in same time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published