Simple Beautiful Soup Program to scrape the current NPR All Things Considered Stories
Why?
https://twitter.com/MissingPlaylist
Setup
One time Setup
- clone this repo
cd VerySimplePlaylistSorta
python3 -m venv le-env
source le-env/bin/activate
pip install -r requirements.txt
Daily Use
python 1.py > atc.sh # get rid of the stuff you don't want to hear
vim atc.sh
mkdir out; cd out; . ../atc.sh
mp3wrap ../big.mp3 *.mp3
cd ..; rm -rf out
- Put big.mp3 in a webserver and enjoy your playlist