1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-09-11 08:12:24 +02:00
instaloader/docs/index.rst

73 lines
1.7 KiB
ReStructuredText
Raw Normal View History

.. meta::
:description:
Command line tool to download pictures (and videos) from Instagram.
Instaloader downloads public and private profiles, hashtags, user stories,
feeds, comments, geotags, captions and other metadata of each post.
2017-08-25 22:38:54 +02:00
Instaloader
===========
.. 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-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 ...]
**Instaloader**
2017-08-28 21:45:43 +02:00
- downloads **public and private profiles, hashtags, user stories and
2017-08-25 22:38:54 +02:00
feeds**,
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,
2017-09-08 10:35:38 +02:00
- is free `open source <https://github.com/Thammus/instaloader>`__
2017-08-25 22:38:54 +02:00
software written in Python.
::
instaloader [--comments] [--geotags] [--stories]
[--login YOUR-USERNAME] [--fast-update]
profile | "#hashtag" | :stories | :feed
2017-08-25 22:38:54 +02:00
Table of Contents
-----------------
.. toctree::
:maxdepth: 2
installation
basic-usage
cli-options
as-module
2017-08-25 22:38:54 +02:00
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`