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
- 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"
- 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"
- 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"
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyinsta-0.2.tar.gz.
File metadata
- Download URL: pyinsta-0.2.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18687b40e0c7774441e6bb183a5ab0c19378538226b9377f384e5dc7241a7010
|
|
| MD5 |
6bb207a7633913ef96390a608497c35d
|
|
| BLAKE2b-256 |
4644f3caeb6b2dd70cb3d74a91388d2a333a248f37958eb29b9fb1730739f0fb
|