2017-12-03 17:20:51 +03:00
|
|
|
.. meta::
|
|
|
|
:description:
|
|
|
|
Command line tool to download pictures (and videos) from Instagram.
|
|
|
|
Instaloader downloads public and private profiles, hashtags, user stories,
|
2018-03-13 17:36:16 +03:00
|
|
|
feeds, saved media, comments, geotags, captions and other metadata of each post.
|
2017-12-03 17:20:51 +03:00
|
|
|
|
2017-08-25 23:38:54 +03:00
|
|
|
Instaloader
|
|
|
|
===========
|
2017-08-25 17:54:36 +03:00
|
|
|
|
2017-11-10 20:55:52 +03:00
|
|
|
.. highlight:: none
|
|
|
|
|
2017-08-26 13:42:04 +03:00
|
|
|
**Instaloader** is a tool to download pictures (or videos) along with
|
2017-08-25 23:38:54 +03:00
|
|
|
their captions and other metadata from Instagram.
|
2017-08-25 17:54:36 +03:00
|
|
|
|
2017-09-08 11:35:38 +03:00
|
|
|
With `Python <https://www.python.org/>`__ installed, do::
|
2017-08-25 23:38:54 +03:00
|
|
|
|
|
|
|
$ pip3 install instaloader
|
|
|
|
|
|
|
|
$ instaloader profile [profile ...]
|
|
|
|
|
|
|
|
**Instaloader**
|
|
|
|
|
2018-03-13 17:36:16 +03:00
|
|
|
- downloads **public and private profiles, hashtags, user stories,
|
|
|
|
feeds and saved media**,
|
2017-09-08 11:35:38 +03:00
|
|
|
|
2017-08-28 22:45:43 +03:00
|
|
|
- downloads **comments, geotags and captions** of each post,
|
|
|
|
|
|
|
|
- automatically **detects profile name changes** and renames the target
|
|
|
|
directory accordingly,
|
2017-09-08 11:35:38 +03:00
|
|
|
|
2017-08-25 23:38:54 +03:00
|
|
|
- allows **fine-grained customization** of filters and where to store
|
|
|
|
downloaded media,
|
|
|
|
|
2018-03-13 15:28:44 +03:00
|
|
|
- is free `open source <https://github.com/instaloader/instaloader>`__
|
2017-08-25 23:38:54 +03:00
|
|
|
software written in Python.
|
|
|
|
|
2017-11-10 20:55:52 +03:00
|
|
|
::
|
|
|
|
|
|
|
|
instaloader [--comments] [--geotags] [--stories]
|
|
|
|
[--login YOUR-USERNAME] [--fast-update]
|
2018-03-13 17:36:16 +03:00
|
|
|
profile | "#hashtag" |
|
2018-03-13 15:53:21 +03:00
|
|
|
:stories | :feed | :saved
|
2017-11-10 20:55:52 +03:00
|
|
|
|
2017-08-25 23:38:54 +03:00
|
|
|
|
|
|
|
Table of Contents
|
|
|
|
-----------------
|
2017-08-25 17:54:36 +03:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
installation
|
|
|
|
basic-usage
|
|
|
|
cli-options
|
|
|
|
as-module
|
2018-01-07 19:26:35 +03:00
|
|
|
contributing
|
2017-08-25 17:54:36 +03:00
|
|
|
|
2017-08-25 23:38:54 +03:00
|
|
|
Useful Links
|
|
|
|
------------
|
|
|
|
|
2018-03-13 15:28:44 +03:00
|
|
|
- `Git Repository (on GitHub) <https://github.com/instaloader/instaloader>`__
|
2017-08-25 23:38:54 +03:00
|
|
|
- `PyPI Project Page <https://pypi.python.org/pypi/instaloader>`__
|
2018-03-13 15:28:44 +03:00
|
|
|
- `Issue Tracker / Bug Tracker <https://github.com/instaloader/instaloader/issues>`__
|
|
|
|
- `Version History <https://github.com/instaloader/instaloader/releases>`__
|
2017-08-25 23:38:54 +03:00
|
|
|
|
2017-08-25 17:54:36 +03:00
|
|
|
.. include:: ../README.rst
|
|
|
|
:start-after: disclaimer-start
|
|
|
|
:end-before: disclaimer-end
|
|
|
|
|
|
|
|
|
|
|
|
..
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|