Simple owncast bot
Go to file
Siina Mashek 8becebbab9 Updating reference link to hatbot 2022-07-18 02:21:43 +03:00
core Breaking out placeholder stuff to its own def 2022-05-03 21:37:48 +03:00
plugins Restructured to use primitive plugin system. 2022-04-27 11:24:45 +03:00
.gitignore Migrated config and commands to ConfigParser 2022-04-24 04:47:08 +03:00
ATTRIBUTION.adoc Restructured to use primitive plugin system. 2022-04-27 11:24:45 +03:00
LICENSE Initial commit 2022-04-19 07:33:38 +02:00
README.adoc Updating reference link to hatbot 2022-07-18 02:21:43 +03:00
bot.py Moving flask init to beginning of file 2022-05-03 21:37:31 +03:00
commands.ini Restructured to use primitive plugin system. 2022-04-27 11:24:45 +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 ATTRIBUTION.adoc

Requirements

Setup

  • Install Flask (pip --user install Flask)

  • Create an Owncast webhook url pointing to your bots location

  • Run ameliabot the first time to generate a minimal configuration file

    • Or copy config.example.ini to config.ini 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.