Skip to main content

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.

TODO

  • Upload package to PyPI

Usage

  1. Install the package
$ pip install git+https://github.com/Fluxticks/InstagramDL.git
  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.0.0.tar.gz (18.7 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: instagram-dlpy-1.0.0.tar.gz
  • Upload date:
  • Size: 18.7 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.0.0.tar.gz
Algorithm Hash digest
SHA256 ee538dc76d3da51f4e9c5c17ca09820b4ff6b79bbff7b9499a35a10f95ffc63a
MD5 c2c466cd0cbb22c94a133f714ad4d8bd
BLAKE2b-256 2efeeb60e0a8008abec7e204c46b92f0f0781218f87a969a922fc653777371f2

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