|
|
@@ -59,14 +59,6 @@ A chatbot for Owncast, where viewers earn points which can be redeemed for strea
|
|
|
<a href=https://git.deadtom.me/deadtom/OwnchatBot/src/master/screenshots/mgmtpanel06.png><img src=https://git.deadtom.me/deadtom/OwnchatBot/raw/master/screenshots/mgmtpanel06.png width=100></a>
|
|
|
<a href=https://git.deadtom.me/deadtom/OwnchatBot/src/master/screenshots/mgmtpanel07.png><img src=https://git.deadtom.me/deadtom/OwnchatBot/raw/master/screenshots/mgmtpanel07.png width=100></a>
|
|
|
|
|
|
-## Roadmap
|
|
|
-*Not necessarily in this order*
|
|
|
-* Streak tracker, to track how many consecutive streams a viewer has watched, and reward accordingly
|
|
|
-* Get emojis in OwnchatBot panels working correctly, because my partner insists on it
|
|
|
-* Option to only allow authenticated users, or Kofi subscribers to redeem certain rewards.
|
|
|
-* !Timer - Set a timer that will sound an audible alarm. A command only available to the streamer or mods.
|
|
|
-* A "watch" function that watches chat for certain words or phrases, and responds with preset messages.
|
|
|
-
|
|
|
## Installation
|
|
|
#### These instructions assume that you have git, and a recent version of python installed.
|
|
|
1. You can simply download the zip/tar file from the git repo, and decompress it, but I recommend cloning the repo instead. It will make upgrading to future versions much easier.
|
|
|
@@ -184,6 +176,12 @@ Goals: ```http://<your.ocb.address>/goals```
|
|
|
* Recommended height: 210
|
|
|
* In OBS, check "Refresh browser source when scene becomes active"
|
|
|
|
|
|
+#### Example CSS:
|
|
|
+```
|
|
|
+td {
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
+```
|
|
|
|
|
|
## To-do list
|
|
|
You can set up a to-do list to display over your stream.
|
|
|
@@ -241,6 +239,14 @@ Goal alert: ```http://<your.ocb.address>/alert/goal```
|
|
|
}
|
|
|
```
|
|
|
|
|
|
+## Roadmap
|
|
|
+*Not necessarily in this order*
|
|
|
+* Streak tracker, to track how many consecutive streams a viewer has watched, and reward accordingly
|
|
|
+* Get emojis in OwnchatBot panels working correctly, because my partner insists on it
|
|
|
+* Option to only allow authenticated users, or Kofi subscribers to redeem certain rewards.
|
|
|
+* !Timer - Set a timer that will sound an audible alarm. A command only available to the streamer or mods.
|
|
|
+* A "watch" function that watches chat for certain words or phrases, and responds with preset messages.
|
|
|
+
|
|
|
## Support
|
|
|
For support (a bug, feature request/tweak, question or comment), you can contact DeadTOm via the following methods:
|
|
|
* [Mastodon](https://dice.camp/@deadtom)
|