Skip to content

Chaparro/twitch-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twitch-bot-tts

This is a simple Twitch chat/irc bot written in python, with added TTS support using Microsoft Speech API 5.3 for playback/broadcasting of Text-To-Speech messages.

Install and Configure

  • Open up your terminal/shell of choice.

  • Install the [http://docs.python-requests.org/en/latest/](Requests library) if you haven't already using pip install requests. I tested this application on Python 2.7.5.

  • Clone the Git repository.

  • Move config/config_example.py to config/config.py. Replace all of the placeholders there with your own username/oauth token/channels to join etc (tips are given in the file).

  • Type chmod +x /serve.py. To run, you simply need to execute the file by typing ./serve.py.

When running, the bot will log all text messages to console and speak them using Microsoft Speech Engine.

TODO

  • Implement queue
  • Directory of replaceable usernames/messages, for fun.

About

Twitch Chat bot with TTS written in Python [twitch-bot-tts]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%