/VerySimplePlaylistSorta

Beautiful soup very simple NPR ATC playlist maker

Primary LanguageShell

Simple Beautiful Soup Program to scrape the current NPR All Things Considered Stories

Why?

https://twitter.com/MissingPlaylist

Setup

One time Setup

  1. clone this repo
  2. cd VerySimplePlaylistSorta
  3. python3 -m venv le-env
  4. source le-env/bin/activate
  5. pip install -r requirements.txt

Daily Use

  1. python 1.py > atc.sh # get rid of the stuff you don't want to hear
  2. vim atc.sh
  3. mkdir out; cd out; . ../atc.sh
  4. mp3wrap ../big.mp3 *.mp3
  5. cd ..; rm -rf out
  6. Put big.mp3 in a webserver and enjoy your playlist