Skip to main content

Download all the public posts of a public Instagram account

Project description

Build Status

Instagram Image Downloader

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/IamStefin/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`

Feel free to make this code better :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instadown-0.1.7.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distributions

instadown-0.1.7-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

instadown-0.1.7-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page