1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-03 22:07:11 +02:00
instaloader/docs
Hector Oliveros 98791fb0aa
Add login required message when getting comments (#2237)
The comment function in the command line options documentation and the main program file has been edited to state that it now requires login. This change was crucial as the additional requests to Instagram server made for each post necessitate user authentication.
2024-05-12 18:16:36 +00:00
..
_static Update all dependencies 2023-10-14 17:31:41 +02:00
_templates Update all dependencies 2023-10-14 17:31:41 +02:00
codesnippets 615_import_firefox_session.py: Open database with immutable=1 2020-12-06 08:43:04 +01:00
module Update all dependencies 2023-10-14 17:31:41 +02:00
.gitignore Create minimal documentation with Sphinx 2017-08-25 16:54:36 +02:00
as-module.rst Minor Documentation Fixes (mostly spelling&grammar) 2020-07-31 22:12:27 +02:00
basic-usage.rst docs: fix wording and grammar usage (#2203) 2024-03-29 10:20:13 +01:00
cli-options.rst Add login required message when getting comments (#2237) 2024-05-12 18:16:36 +00:00
codesnippets.rst Minor Documentation Fixes (mostly spelling&grammar) 2020-07-31 22:12:27 +02:00
conf.py Update all dependencies 2023-10-14 17:31:41 +02:00
contributing.rst Add GitHub Sponsors link 2021-06-20 13:50:59 +02:00
favicon.ico Further enhance logo 2018-03-14 19:41:20 +01:00
index.rst Add GitHub Sponsors link 2021-06-20 13:50:59 +02:00
installation.rst update CI dependencies, require Python>=3.8 2023-03-30 18:35:42 +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 Update deps used in CI (esp. MyPy and PyLint) 2020-07-26 18:54:23 +02:00
sponsors.rst Add GitHub Sponsors link 2021-06-20 13:50:59 +02:00
troubleshooting.rst List all login issues in docs/troubleshooting 2021-07-24 19:18:39 +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