All Projects → stefins → instadown

stefins / instadown

Licence: WTFPL license
🖼A python package to download all the public posts of an Instagram account.(deprecated)

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to instadown

Containers
Bioinformatics containers
Stars: ✭ 435 (+1877.27%)
Mutual labels:  dockerfiles
Docker
Directus Docker — The Official Docker Container for the Directus Suite
Stars: ✭ 93 (+322.73%)
Mutual labels:  dockerfiles
Container.training
Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
Stars: ✭ 2,377 (+10704.55%)
Mutual labels:  dockerfiles
Alpine Chrome
Chrome Headless docker images built upon alpine official image
Stars: ✭ 754 (+3327.27%)
Mutual labels:  dockerfiles
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (+213.64%)
Mutual labels:  dockerfiles
Dockerfiles
Phalcon Dockerfiles used for internal purposes.
Stars: ✭ 145 (+559.09%)
Mutual labels:  dockerfiles
Php Alpine
PHP APK Repository for Alpine Linux
Stars: ✭ 385 (+1650%)
Mutual labels:  dockerfiles
Jetson Containers
Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
Stars: ✭ 223 (+913.64%)
Mutual labels:  dockerfiles
Dockerfile
📦 Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)
Stars: ✭ 1,169 (+5213.64%)
Mutual labels:  dockerfiles
Docker Php Fpm
Devilbox's PHP-FPM Docker Images
Stars: ✭ 188 (+754.55%)
Mutual labels:  dockerfiles
Sso
cas单点登录系统,其中包括cas认证服务,配置中心,监控平台,服务管理的高可用项目
Stars: ✭ 797 (+3522.73%)
Mutual labels:  dockerfiles
Devops Docker Images
A collection of Dockerfiles for images that can be used to implement Continuous Delivery pipelines for SAP development projects with project "Piper" or any other CD tool.
Stars: ✭ 52 (+136.36%)
Mutual labels:  dockerfiles
Dockerfile
some personally made dockerfile
Stars: ✭ 2,021 (+9086.36%)
Mutual labels:  dockerfiles
Docker Images
Official source for Docker configurations, images, and examples of Dockerfiles for Oracle products and projects
Stars: ✭ 5,120 (+23172.73%)
Mutual labels:  dockerfiles
Earthly
Repeatable builds
Stars: ✭ 5,805 (+26286.36%)
Mutual labels:  dockerfiles
Picluster
A Simplified Docker Swarm or Kubernetes Alternative to Container Scheduling and Orchestration
Stars: ✭ 390 (+1672.73%)
Mutual labels:  dockerfiles
Dockerfiles
Almost all of these live on dockerhub under jess. Because you cannot use notary with autobuilds on dockerhub I also build these continuously on a private registry at r.j3ss.co for public download. (You're welcome.)
Stars: ✭ 12,213 (+55413.64%)
Mutual labels:  dockerfiles
docker-library
Collection of Dockerfiles
Stars: ✭ 20 (-9.09%)
Mutual labels:  dockerfiles
Docker Minecraft Server
Docker image that provides a Minecraft Server that will automatically download selected version at startup
Stars: ✭ 3,642 (+16454.55%)
Mutual labels:  dockerfiles
Dockerfile Language Server Nodejs
A language server for Dockerfiles powered by Node.js, TypeScript, and VSCode technologies.
Stars: ✭ 170 (+672.73%)
Mutual labels:  dockerfiles

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].