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.
- Host: GitHub
- URL: https://github.com/sweetbbak/html2tts
- Owner: sweetbbak
- Created: 2023-10-18T22:44:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T23:53:42.000Z (over 1 year ago)
- Last Synced: 2025-02-05T03:01:42.763Z (4 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.