mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-23 10:42:30 +01:00
Added basic usage to README and documentation
This commit is contained in:
parent
d5a8d96bd5
commit
9f34e3303e
@ -20,6 +20,12 @@ Instaloader
|
||||
- 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
|
||||
|
||||
`Instaloader Documentation <https://instaloader.readthedocs.io/>`__
|
||||
|
||||
|
||||
|
2
docs/_templates/caption.html
vendored
2
docs/_templates/caption.html
vendored
@ -1 +1 @@
|
||||
<h2>Instaloader</h2>
|
||||
<h2><a href="index.html">Instaloader</a></h2>
|
||||
|
@ -1,6 +1,8 @@
|
||||
Instaloader
|
||||
===========
|
||||
|
||||
.. highlight:: none
|
||||
|
||||
**Instaloader** is a tool to download pictures (or videos) along with
|
||||
their captions and other metadata from Instagram.
|
||||
|
||||
@ -26,6 +28,12 @@ With `Python <https://www.python.org/>`__ installed, do::
|
||||
- is free `open source <https://github.com/Thammus/instaloader>`__
|
||||
software written in Python.
|
||||
|
||||
::
|
||||
|
||||
instaloader [--comments] [--geotags] [--stories]
|
||||
[--login YOUR-USERNAME] [--fast-update]
|
||||
profile | "#hashtag" | :stories | :feed
|
||||
|
||||
|
||||
Table of Contents
|
||||
-----------------
|
||||
|
Loading…
Reference in New Issue
Block a user