1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-07 11:42:38 +02:00
instaloader/README.rst

82 lines
2.3 KiB
ReStructuredText
Raw Normal View History

Instaloader
===========
2017-09-08 10:35:38 +02:00
::
2017-09-08 10:35:38 +02:00
$ pip3 install instaloader
2017-09-08 10:35:38 +02:00
$ instaloader profile [profile ...]
2017-09-08 10:35:38 +02:00
**Instaloader**
2017-09-08 10:35:38 +02:00
- downloads **public and private profiles, hashtags, user stories and
feeds**,
2017-09-08 10:35:38 +02:00
- downloads **comments, geotags and captions** of each post,
2017-09-08 10:35:38 +02:00
- automatically **detects profile name changes** and renames the target
directory accordingly,
2017-09-08 10:35:38 +02:00
- allows **fine-grained customization** of filters and where to store
downloaded media.
::
instaloader [--comments] [--geotags] [--stories]
[--login YOUR-USERNAME] [--fast-update]
profile | "#hashtag" | :stories | :feed | :saved
2017-09-08 10:35:38 +02:00
`Instaloader Documentation <https://instaloader.readthedocs.io/>`__
2017-08-24 17:10:32 +02:00
How to Automatically Download Pictures from Instagram
2016-09-22 19:02:26 +02:00
-----------------------------------------------------
To **download all pictures and videos of a profile**, as well as the
**profile picture**, do
::
instaloader profile [profile ...]
where ``profile`` is the name of a profile you want to download. Instead
of only one profile, you may also specify a list of profiles.
2017-04-22 12:11:56 +02:00
To later **update your local copy** of that profiles, you may run
::
instaloader --fast-update profile [profile ...]
2017-08-24 17:23:46 +02:00
If ``--fast-update`` is given, Instaloader stops when arriving at the
2017-08-24 17:10:32 +02:00
first already-downloaded picture. When updating profiles, Instaloader
2017-09-08 10:35:38 +02:00
automatically **detects profile name changes** and renames the target directory
accordingly.
Instaloader can also be used to **download private profiles**. To do so,
invoke it with
::
instaloader --login=your_username profile [profile ...]
2017-09-08 10:35:38 +02:00
When logging in, Instaloader **stores the session cookies** in a file in your
temporary directory, which will be reused later the next time ``--login``
is given. So you can download private profiles **non-interactively** when you
already have a valid session cookie file.
2017-09-08 10:35:38 +02:00
`Instaloader Documentation <https://instaloader.readthedocs.io/basic-usage.html>`__
2017-08-25 22:38:54 +02:00
2017-07-29 05:24:48 +02:00
Disclaimer
----------
.. disclaimer-start
Instaloader is in no way affiliated with, authorized, maintained or endorsed by Instagram or any of its affiliates or
subsidiaries. This is an independent and unofficial project. Use at your own risk.
.. disclaimer-end
2017-08-24 17:10:32 +02:00
Instaloader is licensed under an MIT license. Refer to ``LICENSE`` file for more information.