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

Latest commit

 

History

History
23 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.07 KB

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