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 (30 lines) | stat: -rw-r--r-- 840 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
25
26
27
28
29
30
ytmusicapi: Unofficial API for YouTube Music
==================================================
The purpose of this library is to automate interactions with `YouTube Music <https://music.youtube.com/>`_,
such as retrieving your library content, managing playlists and uploading songs.
To achieve this, it emulates web requests that would occur if you performed the same actions in your web browser.

**This project is not supported nor endorsed by Google**

.. include:: ../../README.rst
  :start-after: features
  :end-before: end-features

To **get started**, read the :doc:`setup instructions <setup/index>`.

For a **complete documentation** of available functions, see the :doc:`Reference <reference/index>`.

Contents
--------

.. toctree::
   :hidden:

   Home <self>

.. toctree::

   setup/index
   usage
   reference/index
   faq