benenesyildirim / Twitch-Bot

Simple Twitch Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Twitch Bot


How to Use

  • Pre-requirements
  • Run Bot
    • If you run it in command line this bot need 1 argument and 3 parameters. (Auth_Token:string, Bot_Username: string, #Channel_Name:string)
      • Example: python3 index.py -r 'oauth:kerkjhrmmrir4mrjrmrvjtYrkkuemgrgkjrh' 'niceBotName' '#niceChannelName
  • Add Command
    • You must run program with -c arguments and 2 parameter (command, command response) for add new command.
      • Example: python3 -c 'newCommand' 'newCommandResponse'
    • You must restart Twitch Bot after add new command.

About

Simple Twitch Bot


Languages

Language:Python 100.0%