https://github.com/bennymagid/bennymagid_ears
A personal Last.fm dashboard showing real-time listening activity, top artists, genre evolution, and "hipster scores" based on artist popularity. Currently hosted at https://bennymagid.com/ears/
https://github.com/bennymagid/bennymagid_ears
catppuccin claude-code flask lastfm lastfm-api
Last synced: 5 months ago
JSON representation
A personal Last.fm dashboard showing real-time listening activity, top artists, genre evolution, and "hipster scores" based on artist popularity. Currently hosted at https://bennymagid.com/ears/
- Host: GitHub
- URL: https://github.com/bennymagid/bennymagid_ears
- Owner: bennymagid
- Created: 2025-10-02T18:56:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T14:12:59.000Z (5 months ago)
- Last Synced: 2025-10-04T15:16:21.929Z (5 months ago)
- Topics: catppuccin, claude-code, flask, lastfm, lastfm-api
- Language: JavaScript
- Homepage: https://bennymagid.com/ears/
- Size: 70.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benny's Ears
A personal Last.fm dashboard showing real-time listening activity, top artists, genre evolution, and "hipster scores" based on artist popularity.
Currently hosted at https://bennymagid.com/ears/

## Features
- 🎵 Live now-playing display
- 📊 Top artists with customizable time periods
- 📈 Listening history charts
- 🎨 Genre distribution and evolution
- 🎸 Hipster score calculation (based on artist listener count)
- 🌙 Dark/light theme support
## Setup
1. Copy `.env.example` to `.env`:
```bash
cp .env.example .env
```
2. Fill in your Last.fm credentials:
- Get an API key from https://www.last.fm/api/account/create
- Add your Last.fm username
3. Install dependencies:
```bash
pip install -r requirements.txt
```
4. Run the app:
```bash
python app.py
```
5. Open http://127.0.0.1:5000 in your browser
## Credits
- Built with [Claude Code](https://www.claude.com/product/claude-code)
- Colors from [Catppuccin](https://catppuccin.com/palette/) palette