Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wh0o7 authored Mar 20, 2024
1 parent cc70ee1 commit 46e838a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 46e838a

Please sign in to comment.