/replyguyai

Twitch chat bot that listens to the streamer and queries ChatGPT for a response

Primary LanguagePython

Twitch chat bot that listens to the streamer and queries ChatGPT for a response

flow

  • pull twitch video (or audio) feed
  • separate audio feed / ingest over time
  • split audio feed into sections for speech to text to use
  • speech to text audio file into words that streamer said
  • take streamer said, into chatgpt "How would you respond to live streamer who says this: message"
  • postprocessing of what chatgpt is sending to make less formal
    • random misspellings / capitalization
    • capitalize first letter only
    • swap their's
    • full-lowercase only
  • twitch chat bot -> send response messages
    • do with irc

stretch goals

  • make an argumentative version

remember

fast_bread=true !!!!

references