Skip to content

erickochen/kexp-now-playing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎶 KEXP Now Playing CLI

A tiny Python script that shows the most recently played track on KEXP.

🖥️ Output Example

🎶 Now Playing on KEXP:
🎤 Artist:   Yellow Ostrich
🎵 Song:     WHALE
💿 Album:    The Mistress

🚀 Usage

  1. Clone the repo:

    git clone https://github.com/erickochen/kexp-now-playing.git
    cd kexp-now-playing
    
  2. Install the required library:

    pip install requests
    
  3. Run the script:

    python3 now_playing.py
    

⚙️ Requirements

  • Python 3.x
  • requests (install via pip)

📜 License

MIT – do whatever you want, just give credit. ❤️

About

A tiny Python script that shows the most recently played track on KEXP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages