https://github.com/bryik/uhh-yeah-music
Scraping script used in a project to build a Spotify playlist from UYD songs.
https://github.com/bryik/uhh-yeah-music
Last synced: about 1 year ago
JSON representation
Scraping script used in a project to build a Spotify playlist from UYD songs.
- Host: GitHub
- URL: https://github.com/bryik/uhh-yeah-music
- Owner: bryik
- Created: 2019-05-27T17:03:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:27:50.000Z (about 3 years ago)
- Last Synced: 2025-06-09T13:52:09.792Z (about 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uhh-yeah-music
Scraping scripts used in a weekend project to build a Spotify playlist of UYD intros and outros. For more info, see [this blog post](https://blog.wsundine.com/post/spotify-doesn-t-have-a-playlist-importer/).
# Setup
1. Create a virtual environment
2. `pip install -r requirements.txt`
# Usage
## Scraping episodes
Run:
```bash
python scraper.py
```
The result should be `./uym.json`.
## Transforming to a list of songs
Run:
```bash
python songparser.py
```
The result should be `./uym-songs.json`.