pyinsta_dl

Python implementation for download images and videos from Instagram


Keywords
instagram, download, media, image, video
License
MIT
Install
pip install pyinsta_dl==0.1.4

Documentation

pyinsta_dl

travis-cli tests status for pyinsta_dl coveralls tests status for pyinsta_dl Code Health Version of pyinsta_dl Downloads of pyinsta_dl License of pyinsta_dl Format of pyinsta_dl Python version of pyinsta_dl Eggs pyinsta_dl

Python implementation for download images and videos from Instagram

PhantomJs is requeride

>>> sudo curl --output /usr/local/phantomjs/phantomjs https://s3.amazonaws.com/circle-downloads/phantomjs-2.1.1 && chmod +x /usr/local/phantomjs/phantomjs

Usage for Single media

>>> import pyinsta_dl
>>> url = pyinsta_dl.get('https://www.instagram.com/p/BIIKGvsAzAn')
>>> print(url)

Usage for All media

>>> import pyinsta_dl
>>> urls_list = pyinsta_dl.get_all('https://www.instagram.com/milreceitas/')
>>> print(urls_list)

Install

pyinsta_dl is also available at pypi:

http://pypi.python.org/pypi/pyinsta_dl

$ pip install pyinsta_dl

And done ;)

For devs:

>>> git clone https://github.com/natanocr/pyinsta_dl.git
>>> cd pyinsta_dl
>>> pip install -r requeriments.txt

Tests

>>> python setup.py test

Source https://github.com/natanocr/pyinsta_dl
Issues https://github.com/natanocr/pyinsta_dl/issues
PyPi http://pypi.python.org/pypi/pyinsta_dl
Author Natan Oliveira
License MIT