From 9f34e3303eb23845e61351c93d48a41bf64532d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Koch-Kramer?= Date: Fri, 10 Nov 2017 18:55:52 +0100 Subject: [PATCH] Added basic usage to README and documentation --- README.rst | 6 ++++++ docs/_templates/caption.html | 2 +- docs/index.rst | 8 ++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 80a8736..86b8c39 100644 --- a/README.rst +++ b/README.rst @@ -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 `__ diff --git a/docs/_templates/caption.html b/docs/_templates/caption.html index 0c367ea..89c9ba0 100644 --- a/docs/_templates/caption.html +++ b/docs/_templates/caption.html @@ -1 +1 @@ -

Instaloader

+

Instaloader

diff --git a/docs/index.rst b/docs/index.rst index dbbc4b7..7688b40 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `__ installed, do:: - is free `open source `__ software written in Python. +:: + + instaloader [--comments] [--geotags] [--stories] + [--login YOUR-USERNAME] [--fast-update] + profile | "#hashtag" | :stories | :feed + Table of Contents -----------------