Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
/ okeybot Public archive

Twitch bot facilitating a variety of fun and useful commands

License

Notifications You must be signed in to change notification settings

0Supa/okeybot

Repository files navigation

Okey Okey BOT

MEGADANK Twitch chatbot made by Supa

I just want the bot added in my Twitch chat

You can use the ?addbot command in the bot's chat
or you can contact 8supa through a whisper

Issues/Suggestions

You can create a GitHub Issue
or you can use the ?suggest command followed by the suggestion in the bot's chat

Installation

  • git clone https://github.com/0Supa/okeybot.git
  • cd okeybot
  • npm install
  • npm run build
    • this builds the needed files for the web interface in ./web/public/build
  • make a copy of config_template.json named config.json and add your credentials into it
  • the bot requires a database, you'll either need to create a MariaDB Database and import the tables from the schema, or adjust the code yourself