Skip to content

A python .exe that works with the Firebot Twitch chatbot so that you can use voice commands for your chatbot.

License

Notifications You must be signed in to change notification settings

Oshimia/firebot_speech_command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Python program that will use a free Google API to listen for a trigger word and transcribe the following command to a text file. Will then trigger a URL call so that the transcription can be processed by another program. You will need to add the URL you want to call to the config file.

Designed for use with Firebot, so has a built in termination command to stop it running silently in the background, but this can be switched off in the config file.

Has the option to instead use the OpenAi Whisper transcribe model for better accuracy of the command, but will still use the free google model to detect trigger words so as to avoid unnecessary costs, just add your API key to the config file.

Has GUI to manage the program and update the config file without haveing to know any code.

About

A python .exe that works with the Firebot Twitch chatbot so that you can use voice commands for your chatbot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages