Skip to content

natnew/Python-Projects-Instagram-Profile-Picture-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python Projects: Instagram Profile Picture Downloader 🐍

Python Script
This repo contains python code that downloads the profile picture of an Instagram account.
Run the code.

Python

import instaloader

bot1 = instaloader.Instaloader()

username="profile_username"

print(bot1.download_profile(username,profile_pic_only=True))

Output

profile_username\2021-01-22_08-40-45_UTC_profile_pic.jpg

About

Python Projects Instagram Profile Picture Downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages