sym-okami / SupeRo_bot

My bot for Twitch.
MIT License
0 stars 0 forks source link

SupeRo_bot

Bot for my Twitch channel.

About

The bot lacks almost all functionality at this point and was mostly made for shitposting. Feel free to take a look, but don't expect too much. I don't plan to actively develop it.

Dependencies

As of the latest update, this code relies on my GetterCore library. It should be cloned to the same top-level directory as SupeRo_bot.\ Python 3.6+, may work with earlier but I was developing on 3.6.2.

bot_auth.json format

The superobot_wrapper expects a file named bot_auth.json to be placed in the same directory. The contents should be structured as such:

{
    "user": "{twitchUserName}",
    "oauth": "oauth:{oauthKey}",
    "channels": ["#{channel1}", "#{channel2}"]
}

where anything within the curly braces should be replaced with the appropriate values.

Links

My Twitch\ SupeRo_Bot's Twitch