https://github.com/voxel-fox-ltd/streamlink
A small toolset for linking your stream chat to TTS.
https://github.com/voxel-fox-ltd/streamlink
Last synced: 2 months ago
JSON representation
A small toolset for linking your stream chat to TTS.
- Host: GitHub
- URL: https://github.com/voxel-fox-ltd/streamlink
- Owner: Voxel-Fox-Ltd
- Created: 2022-12-02T19:57:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:41:23.000Z (over 2 years ago)
- Last Synced: 2025-02-09T23:41:14.585Z (4 months ago)
- Language: Python
- Size: 20.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamlink
VX Streamlink is a simple Python application to link to your Twitch chat. It
reads your chat, gives your viewers a voice, and then uses a simple VLC media
player integration to play their messages aloud directly into your ears.Also featured is an inbuilt config system, which allows you to override the
voices that given people have; do simple (and complex) word replacements to help
out the TTS (eg "ppl" -> "people", "idk" -> "I don't know"); set up limits to
limit how many words will be said per message; etc.# Usage
* Install VLC media player (32 bit).
* Install the Python requirements (`pip install -r requirements.txt`).
* Set up and/or modify your `config.toml` file.
* Run the `streamlink.py` file.Running the `streamlink.py` file will automatically open your browser to get a
Twitch oauth token so as to be able to connect to your chat.