From 46e838a2e8dbafaae99e1880120b73333fed7f24 Mon Sep 17 00:00:00 2001 From: Andrey <87762684+wh0o7@users.noreply.github.com> Date: Wed, 20 Mar 2024 04:36:43 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 22b7e12..cdc1623 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ TelegramMusicStatus is a project designed to keep your friends in the loop about "IsDefaultBioOnPause": false, "Interval": 45 }, + "LastFmApi": { + "ApiKey": "LASTFM_API_KEY", + "Username": "LASTFM_USERNAME" + }, "AimpWebSocket": { "Ip": "127.0.0.1", "Port": 5543 @@ -54,10 +58,16 @@ TelegramMusicStatus is a project designed to keep your friends in the loop about - `AimpWebSocket` 🎧: Set AIMP WebSocket settings. +- `LastFmApi`: Set LastFm api settings. + ## Spotify Application Registration 🎶 To blend in with Spotify, create an app on the [Spotify Developer Dashboard](https://developer.spotify.com/dashboard/applications). Get your Client ID and Client Secret for `SpotifyApp` setup. +## Last.fm Application Registration 🎵 + +To integrate with Last.fm, you'll need to create an application on the [Last.fm Developer Account Registration](https://www.last.fm/api/account/create) page. Once registered, you'll receive your API key for `Last.fm` setup. This key will allow your application to access Last.fm's API for various music-related functionalities. + ## Telegram Application Registration 💬 For Telegram magic, craft an app on the [Telegram API website](https://my.telegram.org/auth). You'll nab the `ApiId` and `ApiHash` for `TelegramAccount` section.