diff options
author | Parker <contact@pkrm.dev> | 2024-07-20 19:02:11 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-07-20 19:02:11 -0500 |
commit | d6a713a9488d9d3204e9a1374b808b8775179349 (patch) | |
tree | 69f1a2c90771e2c8a84a85205b8aed400ebc71a8 /README.md | |
parent | fda03dff62cc7967bd279777a012a22ddaa6ad34 (diff) |
Automatically retrieve Apple Music media API key
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -72,24 +72,11 @@ FEEDBACK_CHANNEL_ID | `CHANNEL ID`: Discord channel for feedback messages to be BUG_CHANNEL_ID | `CHANNEL ID`: Discord channel for bug messages to be sent to | **OPTIONAL** SPOTIFY_CLIENT_ID | Client ID from Spotify Developer account | **REQUIRED** SPOTIFY_CLIENT_SECRET | Client Secret from Spotify Developer account | **REQUIRED** -APPLE_MUSIC_KEY | See the `note` below to get a media api key without a developer account | **REQUIRED** OPENAI_API_KEY | API Key from OpenAI for autoplay recommendations | **REQUIRED** HOST | Host address for your Lavalink node | **REQUIRED** PORT | Port for your Lavalink node | **REQUIRED** PASSWORD | Password to authenticate into the Lavalink node | **REQUIRED** -<br> -<details> -<summary><strong>NOTE: Media API Key</strong></summary> - -1. Go to https://music.apple.com -2. Open the debuger tab in dev tools -3. Regex this `"(?<token>(ey[\w-]+)\.([\w-]+)\.([\w-]+))"` -4. Copy the entire token from the JS file - -</details> -<br> - # Lavalink Information As previously state, a Lavalink node running at least `v4` with the LavaSrc plugin is required. Due to the plugin requirement, it is unlikely that you will be able to use a free/public Lavalink node. |