From e4eb69e7d596345be2d0c6d641e9377b8e25dd75 Mon Sep 17 00:00:00 2001 From: rintyuu Date: Thu, 11 Jul 2024 14:48:21 -0700 Subject: [PATCH] add readme.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..46d4542 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# discord-nowplaying + + + +shows the currently playing song using the spotipy lib by sending a webhook to a discord webhook + + +this script requires the following libraries: + + + +``` + +dotenv, spotipy.oauth2/SpotifyOAuth, spotipy, requests, os + +``` + + + +in your spotify application in your developer portal, copy and paste your application secrets/variables into the .env file for the python code to run properly. please also create a discord webhook, and copy it into the `DISCORD_WEBHOOK_URL=""` of said file. + +it should look like something similar to this when you run the code. + +![image of content on discord.](https://git.rintyuu.dev/rintyuu/discord-nowplaying/raw/branch/main/image.png) + + + +im too lazy to format this \ No newline at end of file