Simple owncast bot
Go to file
Siina Mashek e1ff594f79 Migrated config and commands to ConfigParser 2022-04-24 04:47:08 +03:00
ameliabot Migrated config and commands to ConfigParser 2022-04-24 04:47:08 +03:00
.gitignore Migrated config and commands to ConfigParser 2022-04-24 04:47:08 +03:00
ATTRIBUTION.md Initial 'rewrite' of hatbot 2022-04-19 13:27:39 +03:00
LICENSE Initial commit 2022-04-19 07:33:38 +02:00
README.md Moved from postgres to sqlite for portability and dependency reduction 2022-04-24 02:48:43 +03:00
bot.py Migrated config and commands to ConfigParser 2022-04-24 04:47:08 +03:00
commands.ini Migrated config and commands to ConfigParser 2022-04-24 04:47:08 +03:00
config.example.ini Migrated config and commands to ConfigParser 2022-04-24 04:47:08 +03:00
start.sh Initial 'rewrite' of hatbot 2022-04-19 13:27:39 +03:00

ameliabot

A chatbot for owncast, inspiration from hatbot by hatniX.

Code attributions can be found in ATTRIBUTIONS.md

Requirements

Setup

  • Install Flask and (optionally for the quote system) psycopg2
    • pip --user install Flask
  • Create an Owncast webhook url pointing to your bot's location
  • Copy config-example.json to config.json and fill out the information required

Ameliabot can be run by executing start.sh or:

FLASK_APP=bot.py python3 -m flask run

Please use a proper uWSGI proxy if the bot is not on the same machine as owncast.