Skip to main content

A Python package to download all pictures from an Instagram user profile.

Project description

=====
py_instagram_dl
=====

This python package let you download all the pictures of an instagram user.


Quick start
-----------

- Create a virtual environment. Optional but recommended. You can refer below article.

https://www.pythoncircle.com/post/404/virtual-environment-in-python-a-pocket-guide/

- Install dependencies::

pip install beautifulsoup4 bs4 lmxl requests urllib3

- Install the package::

pip install py_instagram_dl

- Use the package in your code. Example below::

import py_instagram_dl as pyigdl
import sys

try:
pyigdl.download(sys.argv[1], wait_between_requests=1)
except Exception as e:
print(e)


- Please visit below link for more details and source code.

https://www.pythoncircle.com/post/447/py_instagram_dl-the-python-package-to-download-all-pictures-of-an-instagram-user/


.

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

py_instagram_dl-1.5.tar.gz (4.0 kB view hashes)

Uploaded Source

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