2017-12-03 15:20:51 +01:00
|
|
|
.. meta::
|
|
|
|
:description:
|
2018-03-22 16:07:19 +01:00
|
|
|
Free command line tool to download photos from Instagram.
|
|
|
|
Scrapes public and private profiles, hashtags, stories, feeds,
|
|
|
|
saved media, and their metadata, comments and captions.
|
|
|
|
Written in Python.
|
2017-12-03 15:20:51 +01:00
|
|
|
|
2018-04-06 19:24:43 +02:00
|
|
|
.. title:: Instaloader — Download Instagram Photos and Metadata
|
|
|
|
|
2017-08-25 22:38:54 +02:00
|
|
|
Instaloader
|
|
|
|
===========
|
2017-08-25 16:54:36 +02:00
|
|
|
|
2017-11-10 18:55:52 +01:00
|
|
|
.. highlight:: none
|
|
|
|
|
2017-08-26 12:42:04 +02:00
|
|
|
**Instaloader** is a tool to download pictures (or videos) along with
|
2017-08-25 22:38:54 +02:00
|
|
|
their captions and other metadata from Instagram.
|
2017-08-25 16:54:36 +02:00
|
|
|
|
2019-05-07 18:01:13 +02:00
|
|
|
.. include:: ../README.rst
|
|
|
|
:start-after: badges-start
|
|
|
|
:end-before: badges-end
|
|
|
|
|
2017-09-08 10:35:38 +02:00
|
|
|
With `Python <https://www.python.org/>`__ installed, do::
|
2017-08-25 22:38:54 +02:00
|
|
|
|
|
|
|
$ pip3 install instaloader
|
|
|
|
|
|
|
|
$ instaloader profile [profile ...]
|
|
|
|
|
2018-04-30 09:56:43 +02:00
|
|
|
See :ref:`install` for more options on how to install Instaloader.
|
|
|
|
|
2017-08-25 22:38:54 +02:00
|
|
|
**Instaloader**
|
|
|
|
|
2018-03-13 15:36:16 +01:00
|
|
|
- downloads **public and private profiles, hashtags, user stories,
|
|
|
|
feeds and saved media**,
|
2017-09-08 10:35:38 +02:00
|
|
|
|
2017-08-28 21:45:43 +02:00
|
|
|
- downloads **comments, geotags and captions** of each post,
|
|
|
|
|
|
|
|
- automatically **detects profile name changes** and renames the target
|
|
|
|
directory accordingly,
|
2017-09-08 10:35:38 +02:00
|
|
|
|
2017-08-25 22:38:54 +02:00
|
|
|
- allows **fine-grained customization** of filters and where to store
|
|
|
|
downloaded media,
|
|
|
|
|
2018-03-13 13:28:44 +01:00
|
|
|
- is free `open source <https://github.com/instaloader/instaloader>`__
|
2017-08-25 22:38:54 +02:00
|
|
|
software written in Python.
|
|
|
|
|
2017-11-10 18:55:52 +01:00
|
|
|
::
|
|
|
|
|
2018-08-24 11:38:45 +02:00
|
|
|
instaloader [--comments] [--geotags] [--stories] [--highlights] [--tagged]
|
2017-11-10 18:55:52 +01:00
|
|
|
[--login YOUR-USERNAME] [--fast-update]
|
2018-12-17 21:35:31 +01:00
|
|
|
profile | "#hashtag" | %location_id |
|
2018-03-13 13:53:21 +01:00
|
|
|
:stories | :feed | :saved
|
2017-11-10 18:55:52 +01:00
|
|
|
|
2018-04-30 09:56:43 +02:00
|
|
|
See :ref:`download-pictures-from-instagram` for a detailed introduction on how
|
|
|
|
to use Instaloader to download pictures from Instagram.
|
2017-08-25 22:38:54 +02:00
|
|
|
|
2018-04-06 19:24:43 +02:00
|
|
|
Instaloader Documentation
|
|
|
|
-------------------------
|
2017-08-25 16:54:36 +02:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
installation
|
|
|
|
basic-usage
|
|
|
|
cli-options
|
|
|
|
as-module
|
2018-06-04 11:55:49 +02:00
|
|
|
codesnippets
|
2019-01-17 11:00:04 +01:00
|
|
|
troubleshooting
|
2018-01-07 17:26:35 +01:00
|
|
|
contributing
|
2017-08-25 16:54:36 +02:00
|
|
|
|
2017-08-25 22:38:54 +02:00
|
|
|
Useful Links
|
|
|
|
------------
|
|
|
|
|
2018-03-13 13:28:44 +01:00
|
|
|
- `Git Repository (on GitHub) <https://github.com/instaloader/instaloader>`__
|
2018-04-06 19:24:43 +02:00
|
|
|
- `PyPI Project Page <https://pypi.org/project/instaloader/>`__
|
2018-03-13 13:28:44 +01:00
|
|
|
- `Issue Tracker / Bug Tracker <https://github.com/instaloader/instaloader/issues>`__
|
|
|
|
- `Version History <https://github.com/instaloader/instaloader/releases>`__
|
2017-08-25 22:38:54 +02:00
|
|
|
|
2018-06-13 08:18:24 +02:00
|
|
|
Disclaimer
|
|
|
|
----------
|
|
|
|
|
2017-08-25 16:54:36 +02:00
|
|
|
.. include:: ../README.rst
|
|
|
|
:start-after: disclaimer-start
|
|
|
|
:end-before: disclaimer-end
|
|
|
|
|
2018-06-13 08:18:24 +02:00
|
|
|
Contributing
|
|
|
|
------------
|
|
|
|
|
|
|
|
As an open source project, Instaloader heavily depends on the contributions from
|
|
|
|
its community. See :ref:`contributing` for how you may help Instaloader to
|
|
|
|
become an even greater tool.
|
|
|
|
|
|
|
|
.. include:: contributing.rst
|
|
|
|
:start-after: donations-start
|
|
|
|
:end-before: donations-end
|
2017-08-25 16:54:36 +02:00
|
|
|
|
|
|
|
..
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|