add readme.md
This commit is contained in:
parent
8064afee37
commit
e4eb69e7d5
1 changed files with 28 additions and 0 deletions
28
README.md
Normal file
28
README.md
Normal file
|
@ -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.
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
im too lazy to format this
|
Loading…
Add table
Reference in a new issue