A program that gets the instagram profile photos of any users, developed in Python3.
All you need is Python3 installed in your machine. If you already have, just run the file main.py in the terminal of your choice.
Obs: The downloaded photos are placed in the ProfilePhothos folder.
By default, photos are downloaded in .png, but you can change the extension to jpeg.
You just need to change the line 13 in the main.py file.
Example:
path = path.join(getcwd(), "ProfilePhotos", f"{username}.jpeg")
- Fork it (https://github.com/rafaelalmeida2909/ProfilePhoto-Instagram-Downloader/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request