crap script to self host a podcast.
pip3 install -r requirements
- to go webserver dir, e.g.
/var/www/podcast
- upload all files and MP3 files
- change
header.xml
according to your needs (author, title,...) - add your openai apikey or set a fixed description for "ai_description"
- run
./mypodcast.py --headerfile header.xml "pathtomypodcastfile.mp3"
verify and pipe to rss.xml or whatever - if you have
rss.xml
and want to add more episodes, run./mypodcast.py --rssfile rss.xml "pathtomypodcastfile.mp3"
and verify it - fork it and send PR to make it better