Skip to content

Fluxticks/InstagramDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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="./")

About

A python package to gather post information for a given Instagram post

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages