Initial commit: YouTube Music playlist creator for Core Fest 2025
- Add playlist creation script with browser authentication - Support for 17 festival bands with top 3 songs each - Includes setup documentation and requirements - Fixes OAuth detection issue by adding dummy authorization header
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# Core Fest 2025 YouTube Music Playlist Creator
|
||||
|
||||
Automatically creates a YouTube Music playlist "Core Fest 2025" with the top 3 songs from each festival band.
|
||||
|
||||
## Quick Start
|
||||
|
||||
1. **Set up browser authentication** (see [SETUP.md](SETUP.md))
|
||||
2. **Install dependencies:**
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
3. **Run the script:**
|
||||
```bash
|
||||
python create_playlist.py
|
||||
```
|
||||
|
||||
## What It Does
|
||||
|
||||
- Creates a playlist named "Core Fest 2025"
|
||||
- Searches for each of the 17 festival bands
|
||||
- Adds the top 3 songs from each band to the playlist
|
||||
- Handles errors gracefully and logs progress
|
||||
|
||||
## Bands Included
|
||||
|
||||
**CLUB STAGE:** DETARTRATED, BAD ASSUMPTION, SEVEN BLOOD, VICIOUS RAIN, DAGGER THREAT, KANINE, GLOOM IN THE CORNER, MENTAL CRUELTY, WITHIN DESTRUCTION
|
||||
|
||||
**MAIN STAGE:** WATCH ME RISE, ATENA, DIAMOND CONSTRUCT, STAIN THE CANVAS, AS EVERYTHING UNFOLDS, AVIANA, FUTURE PALACE, DEAD BY APRIL
|
||||
|
||||
Reference in New Issue
Block a user