An open API service indexing awesome lists of open source software.

https://github.com/sweetbbak/html2tts

Listen to your favorite online novels and articles. A very simple html to text / text-to-speech CLI tool - input a URL and listen to the text as text to speech audio or save the output as plain text.
https://github.com/sweetbbak/html2tts

Last synced: 3 months ago
JSON representation

Listen to your favorite online novels and articles. A very simple html to text / text-to-speech CLI tool - input a URL and listen to the text as text to speech audio or save the output as plain text.

Awesome Lists containing this project

README

        

## Grab text from any URL and play it with TTS

```sh
./html2tts --url "https://www.novel.com/novel"
```

html2tts has a built in audio player however at the current moment,
piper-tts and a voice model is needed. I'd like to add more options. It
also requires Curl because bypassing cloudflare using Go is a giant feat.