58 lines
1.2 KiB
ReStructuredText
58 lines
1.2 KiB
ReStructuredText
Instaloader
|
|
===========
|
|
|
|
**Instaloader** is a tool to download pictures (or videos) along with
|
|
their captions and other metadata from Instagram.
|
|
|
|
With `Python <https://www.python.org/>`__ installed, do:
|
|
|
|
::
|
|
|
|
$ pip3 install instaloader
|
|
|
|
$ instaloader profile [profile ...]
|
|
|
|
**Instaloader**
|
|
|
|
- downloads **public and private profiles, hashtags, user stories,
|
|
feeds**,
|
|
|
|
- downloads **comments, geotags, captions** of each post,
|
|
|
|
- allows **fine-grained customization** of filters and where to store
|
|
downloaded media,
|
|
|
|
- is free `Open Source <https://github.com/Thammus/instaloader>`__
|
|
software written in Python.
|
|
|
|
|
|
Table of Contents
|
|
-----------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
installation
|
|
basic-usage
|
|
cli-options
|
|
as-module
|
|
|
|
Useful Links
|
|
------------
|
|
|
|
- `Git Repository (on GitHub) <https://github.com/Thammus/instaloader>`__
|
|
- `PyPI Project Page <https://pypi.python.org/pypi/instaloader>`__
|
|
- `Issue Tracker / Bug Tracker <https://github.com/Thammus/instaloader/issues>`__
|
|
- `Version History <https://github.com/Thammus/instaloader/releases>`__
|
|
|
|
.. include:: ../README.rst
|
|
:start-after: disclaimer-start
|
|
:end-before: disclaimer-end
|
|
|
|
|
|
..
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|