ameliabot/README.adoc

891 B
Raw Blame History

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.