Skip to main content

This package will help you download your favourite celebrity post and also any of your friend's profile picture.

Project description

Download-insta-posts

This package will help you download your favourite celebrity post and also any of your friends' profile picture.

Installation:

pip install pyinsta
  1. Download your favourite celebrity's nth picture of mth post as follows:
from pyinsta.download import post
post("username of the celebrity",m,n)

Output: The picture or video gets saved in the folder called instagram_downloads, which will be loacted in the command running directory. Nomenclature of the picture or video saved will be: "username_m_n.jpg/.mp4"

  1. Download your favourite celebrity's nth post which has only a single picture in it, as follows:
from pyinsta.download import post
post("username of the celebrity",n)

Output: The picture or video gets saved in the folder called instagram_downloads, which will be loacted in the command running directory. Nomenclature of the picture or video saved will be: "username_n.jpg/.mp4"

  1. Download any of your friends' profile picture as follows:
from pyinsta.download import profile_pic
profile_pic("username of the celebrity")

Output: The profile picture gets saved in the folder called instagram_downloads, which will be loacted in the command running directory. Nomenclature of the picture saved will be: "username_profile_pic.jpg"

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

pyinsta-0.2.tar.gz (9.8 kB view hashes)

Uploaded Source

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