A python package to download Instagram posts by URL without needing to login
Project description
InstagramDL
A python package to download Instagram posts by URL without needing to login.
Usage
- Install the package
$ pip install instagram-dlpy
- Import the package
from instagramdl.api import get_post_data
from instagramdl.parser import parse_api_response
- Get the post info and then parse it
post_url = ""
raw_data = get_post_data(post_url)
parsed_data = parse_api_response(raw_data)
- Download the associated media
parsed_data.download(download_path="./")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
instagram-dlpy-1.2.0.tar.gz
(19.0 kB
view details)
File details
Details for the file instagram-dlpy-1.2.0.tar.gz
.
File metadata
- Download URL: instagram-dlpy-1.2.0.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 651633077af414a666028eea3bf82976e05beeeb913d261b2e2f4af8ade8a2e4 |
|
MD5 | d6616d4f1318d106fdcd3f92dde5ce7e |
|
BLAKE2b-256 | 2cad790e2392bf347f1d9a26140e1ef4c554df26bde9430d79c434c9fc834cee |