Skip to content

joy-void-joy/tacocast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tacocast

Convert your RSS feed into a podcast (Self-hosted, tacotron version of [https://github.com/Stvad/pollycast/tree/master/pollycast] )
This is a wrapper around TTS to automatically add it to rss feeds

Demo: https://user-images.githubusercontent.com/56257405/143682725-9cd264d2-641e-4a2d-8be4-c863c0a0c35a.mp4

How to use

git clone https://github.com/joy-void-joy/tacocast
cd tacocast

Create your own virtual environment. Then:

pip install -r requirements.txt

You will need to input your own values in .env if you want to use it on your own RSS feed. Otherwise, just add entries to in_feed.xml

python -m tacocast

Resulting files will be in output (you can also change .env to automatically push to your server)

Workflow

My own workflow is to host a feed.xml file derived from in_feed.xml on my server. I use Freshrss on that file so that I can also aggregate other RSS feeds.
I then use bindfiles to edit this feed.xml whenever I need to add something
For tacocast, I use cron/manual runs, and have an sshfs to output them directly on my server

Todo

  • add better comments/file separation
  • remove tqdm.py and convert it into a PR to tqdm
  • remove .env and convert it to a proper yaml configuratio

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages