32 lines
No EOL
827 B
Markdown
32 lines
No EOL
827 B
Markdown
# cirno-spotify
|
|
again, the discription says it all.
|
|
|
|
## what
|
|
it shows cirno along with your spotify song info next or under cirno.
|
|
|
|

|
|
|
|
## how
|
|
|
|
```bash
|
|
# reqd packages
|
|
pacman -S python-pip python git
|
|
OR
|
|
apt install python3-pip python3 git
|
|
|
|
pip install requests spotipy # i am making you install requests even though this script doesnt call for it
|
|
|
|
# get cirno onto your system
|
|
git clone https://git.rintyuu.dev/rintyuu/cirno-spotify.git
|
|
cd cirno-spotify
|
|
|
|
# look up how to make a spotify developer application
|
|
# use your text editor of choice to open main.py
|
|
# edit SPOTIPY_CLIENT_ID, SPOTIPY_CLIENT_SECRET, SPOTIPY_REDIRECT_URI accordingly with spotify dev app
|
|
|
|
python3 main.py
|
|
```
|
|
|
|
## why
|
|
|
|
i did a `cat cirno` and then i saw cirno fumo ascii art and then i hatched this wonderful idea |