Setup
*****

To install, run:

   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 OAuth authentication.

However, these OAuth credentials do not work for uploads. If you need
to upload music, instead follow the instructions at Browser
authentication.


Table of Contents
^^^^^^^^^^^^^^^^^

* OAuth authentication

* Browser authentication

  * Copy authentication headers

  * Using the headers in your project

  * Manual file creation
