8000 GitHub - shyd/docker-instagram-scraper: Docker image with instagram-scraper in it.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

shyd/docker-instagram-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❗️ rarcega/instagram-scraper is not available anymore.

This project is now closed and will not be maintained anymore. Sorry for that!

docker-instagram-scraper

Docker image with instagram-scraper in it. See rarcega/instagram-scraper for more info.

Usage

Create the file ig_args.txt with the arguments you want to pass to instagram-scraper, e.g. your login information to allow stories and private accounts being downloaded like so:

-u=user
-p=s3cr3t

Create the file ig_users.txt with a list of users you want to scrape:

username1
username2
username3

The usernames may be separated by newlines, commas, semicolons, or whitespace.

Then simply run a new container:

docker run -it \
    -v $(pwd)/download:/download \
    -v $(pwd)/ig_args.txt:/ig_args.txt \
    -v $(pwd)/ig_users.txt:/ig_users.txt \
    shyd/instagram-scraper

All media will then be downloaded to ./download/<username>.

About

Docker image with instagram-scraper in it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0