Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 972 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 972 Bytes

InstaDown (Deprecated)

This application will download all the image from an Instagram public profile

How to get a query_hash

https://github.com/mineur/instagram-parser/blob/master/docs/setup.md#how-to-get-your-query-hash-old-query-id

How to use ?

git clone https://github.com/stefins/Instagram-Image-Downloader.git
cd Instagram-Image-Downloader
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py github `your query hash`

This will download all post from Github instagram page

Threading is available in threading branch

Running in Docker

In interactive mode

docker run -it -v $(pwd):/app/instadown/POSTS/ iamstefin/instadown github {your_query_hash}

In background mode

docker run -d -v $(pwd):/app/instadown/POSTS/ iamstefin/instadown github {your_query_hash}

Using pip

pip install instadown

instadown github `your query hash`

This project is no longer being maintained