Turn your static blog into a podcast.
- A static website with an RSS feed
- An S3 compatible bucket (default uses R2 from Cloudflare)
- A modal account
- A small recording of your voice (~1min should be enough)
- Clone this repo
- Tweak the configuration under
src/podcaster/config.py
- Set env variables (example under
.env_example
) and source them withsource .env_example
- Install dependencies
$ make install-dev
- Run
$ podcaster
Enjoy :)
- Pin those deps
- Update model to F5 TTS with a decent recording
- Add a better message that this is automated to audio and text
- IF possible add audio image to podcast
- Better cover for podcast
- Optional pass through OpenAI to clean up audio (make sure audio independent)