Skip to main content

A python package to download Instagram posts by URL without needing to login

Project description

PyPI - Python Version

InstagramDL

A python package to download Instagram posts by URL without needing to login.

Usage

  1. Install the package
$ pip install instagram-dlpy
  1. Import the package
from instagramdl.api import get_post_data
from instagramdl.parser import parse_api_response
  1. Get the post info and then parse it
post_url = ""
raw_data = get_post_data(post_url)
parsed_data = parse_api_response(raw_data)
  1. Download the associated media
parsed_data.download(download_path="./")

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

instagram-dlpy-1.2.0.tar.gz (19.0 kB view details)

Uploaded Source

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

Hashes for instagram-dlpy-1.2.0.tar.gz
Algorithm Hash digest
SHA256 651633077af414a666028eea3bf82976e05beeeb913d261b2e2f4af8ade8a2e4
MD5 d6616d4f1318d106fdcd3f92dde5ce7e
BLAKE2b-256 2cad790e2392bf347f1d9a26140e1ef4c554df26bde9430d79c434c9fc834cee

See more details on using hashes here.

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