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.1.0.tar.gz (18.8 kB view details)

Uploaded Source

File details

Details for the file instagram-dlpy-1.1.0.tar.gz.

File metadata

  • Download URL: instagram-dlpy-1.1.0.tar.gz
  • Upload date:
  • Size: 18.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.7

File hashes

Hashes for instagram-dlpy-1.1.0.tar.gz
Algorithm Hash digest
SHA256 9a3cd311744195173a9e7f7fa10a1d3dcaafd87a70ba61d734e17ff9a0db99e1
MD5 124ee8781bb33a7640885d9f33a511a7
BLAKE2b-256 4780adea82293293899869f9ef3f4dc7e549d9c6c8055a2f4d077c52ccfe1fe6

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