File: index.rst

package info (click to toggle)
python-ytmusicapi 1.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,412 kB
  • sloc: python: 4,324; sh: 14; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Setup
=====

To install, run:

.. code-block:: bash

    pip install ytmusicapi


Further setup is only needed if you want to access account data using authenticated requests.

The simplest way of authentication is to use :doc:`oauth`.

However, these OAuth credentials do not work for uploads. If you need to upload music,
instead follow the instructions at :doc:`browser`.



.. toctree::
   :caption: Table of Contents

   oauth
   browser