https://github.com/furyforev3r/spotify-now-playing
This program checks and displays the current music you are listening to on Spotify! (It is a test for future projects)
https://github.com/furyforev3r/spotify-now-playing
python python-3 python3 spotify spotify-api spotipy
Last synced: about 1 year ago
JSON representation
This program checks and displays the current music you are listening to on Spotify! (It is a test for future projects)
- Host: GitHub
- URL: https://github.com/furyforev3r/spotify-now-playing
- Owner: Furyforev3r
- Created: 2023-07-04T14:01:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T18:59:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T05:41:48.606Z (over 1 year ago)
- Topics: python, python-3, python3, spotify, spotify-api, spotipy
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎵 | Spotify-Now-Playing
**Displays the song you are currently listening to on Spotify! (It is a test for future projects)**
# 📥 | Installation
**Clone the repository (or download manually):**
```bash
git clone https://github.com/Furyforev3r/Spotify-Now-Playing.git
```
## 📁 | Requirements
+ **Python/Pip (and dependencies)**
### Install dependencies:
```bash
pip install spotipy && pip install python-dotenv
```
# 🖥️ How to Run
**Run the aplication:**
```bash
py main.py
```