Advertisement
Cyber34

C# Twitch SpeechBot (no java needed!)

Aug 12th, 2014
812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. This bot just reads out all of a twitch channel's text out loud.
  2. DOWNLOAD LINK -> https://mega.co.nz/#!sVNXlLAQ!SG0o81t8my4P0d0kgmAJE6-1o8hO8C02W4Ls6aXojMg
  3.  
  4.  
  5. If you want, register an empty twitch account, don't even need to validate an email address, just make one, this will be your bot's account if you don't want to use your own.
  6.  
  7.  
  8. Edit RUN_BOT.bat (open it in any text editor, notepad will work) replacing 3 things (you can right click to edit it probably)
  9.  
  10. BOT_TWITCH_USERNAME -> Your bot's username
  11. FULL_OAUTH_KEY_HERE_WITH_COLON -> your bot's full oauth key (so like oauth:asda8982c.....) which you can get from http://www.twitchapps.com/tmi (logged in as the bot)
  12. CHANNEL_TO_JOIN -> The channel to join and read out all the text of
  13.  
  14.  
  15. An example line, assuming your bot's name is YourCoolBot and want to read out siglemic's chat.
  16. TwitchIRCSpeechBot YourCoolBot oauth:dsadlsaduh812bd1f01b1d siglemic
  17.  
  18.  
  19. after editing these 3 things, close notepad, and just double click to open RUN_BOT.bat and it should be working
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement