From 45fe509ac44f439eb198c0b97293909919edc5bb Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 4 Jun 2018 12:06:41 +0200 Subject: [PATCH] doc: Link codesnippets in basic-usage --- docs/basic-usage.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/basic-usage.rst b/docs/basic-usage.rst index 5e4a147..c10018f 100644 --- a/docs/basic-usage.rst +++ b/docs/basic-usage.rst @@ -273,3 +273,6 @@ consider taking a look at the :ref:`python-module-instaloader`. Instaloader exposes its internally used methods and structures, making it a powerful and intuitive Python API for Instagram, allowing to further customize obtaining media and metadata. + +Also see :ref:`codesnippets`, where we collect example scripts that use +Instaloader to achieve more complex tasks.