Skip to content

Want to download a profile picture in Instagram? Then this tool might be able to help you! This works on both public and private Instagram account.

Notifications You must be signed in to change notification settings

kevinadhiguna/instagram-profpic-downloader

Repository files navigation


Instagram Profile Picture downloader

Instagram Profile Picture Downloader

Want to download a profile picture in Instagram? Then this tool might be able to help you!

Explore the docs »

Report Bug · Request Feature


🧐 About this project

This is a tool powered by Python to download an Instagram account's profile picture. This works on both public and private Instagram accounts.


⚙️ Before running this app (Prerequisites)

  1. Install python 3.
  2. Get docker and docker-compose installed in your machine, only if you would like to run the app using them.


🐍 How to run using Python :

  1. Clone this repository :
git clone https://github.com/kevinadhiguna/insta-profpic-downloader.git
  1. Install dependencies :
pip3 install -r requirements.txt

or

pip install -r requirements.txt
  1. Run this program :

⚠️ download.py is deprecated. Please use insta.py instead

python3 insta.py

or

python insta.py
  1. Put the username that you want to download the profile picture of.

  2. The profile picture is downloaded in the folder you cloned this tool!



🐋 How to run using Docker :

  1. Clone this repository :
git clone https://github.com/kevinadhiguna/insta-profpic-downloader.git
  1. Build the docker image of this app :
docker build -t <image-name>:<tag> .

Replace the <image-name> and <tag> with whatever you want.
Let's say you want to name it insta-profpic and apply latest as the tag. In this case you might run :

docker build -t insta-profpic:latest .
  1. Run the docker image :
docker run -it -v "$(pwd):/app" <image-name>:<tag>

Just a quick example : if you name it insta-profpic and gave latest as the tag, then you should run :

docker run -it -v "$(pwd):/app" insta-profpic:latest

or if you want to remove the docker container after stopping it automatically, you can append --rm :

docker run -it --rm -v "$(pwd):/app" insta-profpic:latest
  1. Put the username that you want to download the profile picture of.

  2. The profile picture is downloaded in the folder you cloned this tool!



🐳 How to run using docker-compose :

  1. Clone this repository :
git clone https://github.com/kevinadhiguna/insta-profpic-downloader.git
  1. Build the docker image of this app :
docker-compose build
  1. Run a service :
docker-compose run insta
  1. Put the username that you want to download the profile picture of.

  2. The profile picture is downloaded in the folder you cloned this tool!


📝 To-do list :

  • build(ci): Modify GitHub Workflows to build and push docker image to DockerHub

Pull Requests are welcome 🙏


🗒️ Notes :

  • I am not responsible for any misuse of this tool.

Thanks for visiting, have a nice day !


Hello !

About

Want to download a profile picture in Instagram? Then this tool might be able to help you! This works on both public and private Instagram account.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published