Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/socksthewolf/twitchttsuser
A bot that chooses random people in chat so that they can have all their messages go through a TTS system
https://github.com/socksthewolf/twitchttsuser
avaloniaui furry speechsynthesizer tts twitch twitch-bot twitch-chat twitchlib viewer-interaction
Last synced: 4 months ago
JSON representation
A bot that chooses random people in chat so that they can have all their messages go through a TTS system
- Host: GitHub
- URL: https://github.com/socksthewolf/twitchttsuser
- Owner: SocksTheWolf
- License: other
- Created: 2024-06-13T05:22:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T19:35:47.000Z (4 months ago)
- Last Synced: 2024-09-30T11:03:47.893Z (4 months ago)
- Topics: avaloniaui, furry, speechsynthesizer, tts, twitch, twitch-bot, twitch-chat, twitchlib, viewer-interaction
- Language: C#
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# TwitchTTSUser
This project allows for a Twitch user to essentially co-host the stream live. Users can enter with a specialized command, and then any message the user types will be sent to Microsoft TTS to be read out on Stream, until the user is either cleared or a new one is drawn.
## Features
* Simple, straight forward usage
* Easy Twitch Integration
* Relatively small overhead
* GUI with controls
* Configs
* Support for crossplatform (if TTS interface is supported for platform)## Install
You will need a chat oauth token for your bot account, which [you can get here](https://twitchapps.com/tmi/).
Put in the configs and go.
## Libraries used
* [TwitchLib](https://github.com/TwitchLib/TwitchLib)
* [Avalonia UI](https://avaloniaui.net/)
* [Json.NET](https://www.newtonsoft.com/json)
* [SpeechSynthesizer](https://www.nuget.org/packages/System.Speech)
* [NAudio](https://github.com/naudio/NAudio)
* Font Icons and Logos from [FontAwesome](https://fontawesome.com/)
* Chime Sound Collection © 2024 by [Deckard Holiday](https://github.com/DeckardHoliday) is licensed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1)