1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-08-17 04:09:39 +02:00
instaloader/docs
Alexander Graf ed499cb49c
Let --sessionfile default to a more persistent path (#659)
The presence of a sessionfile avoids the usage of the failure-prone login
mechanism.  This commit addresses a suggestion in #615 to store the sessionfile
in a persistent path rather than a path within a temporary directory if no
--sessionfile parameter is given.

The default path is now:

  $XDG_CONFIG_HOME/instaloader/session-USERNAME or
    ~/.config/instaloader/session-USERNAME on Unix,

  %LOCALAPPDATA%\Instaloader\session-USERNAME on Windows.

If no file exists in the new path, Instaloader tries loading from the path
where the sessionfile was stored before this commit, hence it automatically
migrates to the new sessionfile path.
2020-06-06 10:49:41 +02:00
..
_static doc: Minor style-related changes to code examples 2020-06-03 18:03:01 +02:00
_templates Revert "Revert "Remove nonworking saythanks.io link"" 2020-03-14 17:56:44 +01:00
codesnippets Update 615_import_firefox_session.py 2020-06-03 20:07:52 +02:00
.gitignore Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
as-module.rst Hashtag class 2020-04-17 18:49:38 +02:00
basic-usage.rst Let --sessionfile default to a more persistent path (#659) 2020-06-06 10:49:41 +02:00
cli-options.rst Let --sessionfile default to a more persistent path (#659) 2020-06-06 10:49:41 +02:00
codesnippets.rst doc: "Troubleshooting" section + minor changes 2019-01-17 11:00:04 +01:00
conf.py Update doc section Troubleshooting -> Login Error 2020-06-03 17:14:08 +02:00
contributing.rst Improve contributing.rst and issue templates 2019-08-20 22:05:49 +02:00
favicon.ico Further enhance logo 2018-03-14 19:41:20 +01:00
index.rst Download IGTV Videos of a Profile (--igtv) 2020-03-14 16:56:51 +01:00
installation.rst docs/install: Suggest pre-release rather than git 2018-08-24 12:42:51 +02:00
logo_heading.png Add awesome logo to README 2018-03-14 23:08:04 +01:00
logo.png Add logo in documentation sidebar 2018-03-14 22:14:24 +01:00
logo.svg Further enhance logo 2018-03-14 19:41:20 +01:00
Makefile Add logo in documentation sidebar 2018-03-14 22:14:24 +01:00
README.md Link to github pages doc hosting rather than rtd 2018-03-13 15:11:36 +01:00
requirements.txt New doc design: Sphinx Bootstrap 4 Theme 2018-12-31 19:30:19 +01:00
sphinx_autodoc_typehints.py Update sphinx_autodoc_typehints to version 1.5.2 2018-12-13 16:23:14 +01:00
troubleshooting.rst Update doc section Troubleshooting -> Login Error 2020-06-03 17:14:08 +02:00

Instaloader Documentation

This directory contains sources for the Instaloader documentation.

The documentation is hosted at: https://instaloader.github.io/

Build

The documentation is created with Sphinx. To build it, use

pip3 install -r requirements.txt
make html