Scrapes all songs from WDR1 to WDR5 of an entire day and puts them into a given playlist.
- Install Rust
apt install cargo
- Build
cargo build --release
get the binary from ./target/release - Config
edit
config.template.json
and rename it toconfig.json
- Run the binary
- (Make sure
http://non.existant/
is whitelisted on your api app) - At the first run you'll get a url you need to paste into your browser
- Login and authenticate
- Paste the redirected url into the console
- Request your refresh token using this guide and begin at step 3
- Create a file .refresh_token and paste the refresh_token
Now it should work :) Have fun!
(Warning: Spaghetticode)