Giter Club home page Giter Club logo

docker-instagram-scraper's Introduction

❗️ 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>.

docker-instagram-scraper's People

Contributors

shyd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-instagram-scraper's Issues

Not downloading videos and post with multiple media

Any parameter I'm missing?

I created a bash

#! /bin/bash

docker run -it --rm
-v /home/djcrawleravp/storage/Downloads/Instagram:/download
-v /home/djcrawleravp/.config/appdata/instagram-scrapper/ig_args.txt:/ig_args.txt
-v /home/djcrawleravp/.config/appdata/instagram-scrapper/ig_users.txt:/ig_users.txt
shyd/instagram-scraper

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.