1
0
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:
André Koch-Kramer 2017-11-10 18:55:52 +01:00
parent d5a8d96bd5
commit 9f34e3303e
3 changed files with 15 additions and 1 deletions

View File

@ -20,6 +20,12 @@ Instaloader
- allows **fine-grained customization** of filters and where to store - allows **fine-grained customization** of filters and where to store
downloaded media. downloaded media.
::
instaloader [--comments] [--geotags] [--stories]
[--login YOUR-USERNAME] [--fast-update]
profile | "#hashtag" | :stories | :feed
`Instaloader Documentation <https://instaloader.readthedocs.io/>`__ `Instaloader Documentation <https://instaloader.readthedocs.io/>`__

View File

@ -1 +1 @@
<h2>Instaloader</h2> <h2><a href="index.html">Instaloader</a></h2>

View File

@ -1,6 +1,8 @@
Instaloader Instaloader
=========== ===========
.. highlight:: none
**Instaloader** is a tool to download pictures (or videos) along with **Instaloader** is a tool to download pictures (or videos) along with
their captions and other metadata from Instagram. 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>`__ - is free `open source <https://github.com/Thammus/instaloader>`__
software written in Python. software written in Python.
::
instaloader [--comments] [--geotags] [--stories]
[--login YOUR-USERNAME] [--fast-update]
profile | "#hashtag" | :stories | :feed
Table of Contents Table of Contents
----------------- -----------------