|
@@ -1,7 +1,7 @@
|
|
# OwnchatBot
|
|
# OwnchatBot
|
|

|
|

|
|
|
|
|
|
-A chatbot for Owncast, enabling viewers to earn points which can be used to redeem stream rewards.
|
|
|
|
|
|
+A chatbot for Owncast, enabling viewers to earn points which can be used to purchase stream rewards, and enabling streamers to use Kofi integration to monetize their stream.
|
|
|
|
|
|
## Table of Contents
|
|
## Table of Contents
|
|
- [Features](#features)
|
|
- [Features](#features)
|
|
@@ -144,6 +144,9 @@ You need to create a button on your Owncast page, so your viewers can access the
|
|
5. Configure the remaining fields/options as desired.
|
|
5. Configure the remaining fields/options as desired.
|
|
|
|
|
|
### Kofi Integration
|
|
### Kofi Integration
|
|
|
|
+
|
|
|
|
+## Make sure you don't lose your viewers' benefits! It is extremely important that you back up your instance folder daily, if not hourly.
|
|
|
|
+
|
|
Integration is accomplished via a webhook triggered by Kofi every time a donation is made. Again, this webhook is your external OwnchatBot server address with `/kofiHook` appended.
|
|
Integration is accomplished via a webhook triggered by Kofi every time a donation is made. Again, this webhook is your external OwnchatBot server address with `/kofiHook` appended.
|
|
|
|
|
|
Paste the webhook address into Kofi -> More -> API -> Webhooks -> Webhook URL.
|
|
Paste the webhook address into Kofi -> More -> API -> Webhooks -> Webhook URL.
|