|
@@ -22,7 +22,7 @@ A chatbot for Owncast, where viewers earn points which can be redeemed for strea
|
|
|
* The standard chat points/rewards system most of us are familiar with. Viewer redeems their points for a reward, streamer does/says a thing.
|
|
* The standard chat points/rewards system most of us are familiar with. Viewer redeems their points for a reward, streamer does/says a thing.
|
|
|
* Voting. The streamer can create votes, and viewers can vote for them.
|
|
* Voting. The streamer can create votes, and viewers can vote for them.
|
|
|
* The current vote tally can be set up as a browser source, to display on-screen.
|
|
* The current vote tally can be set up as a browser source, to display on-screen.
|
|
|
-* Special rewardss that will run commands for things like triggering webhooks and running scripts.
|
|
|
|
|
|
|
+* Special rewards that will run commands for things like triggering webhooks and running scripts.
|
|
|
* Goals that viewers can collectively contribute points to for rewards.
|
|
* Goals that viewers can collectively contribute points to for rewards.
|
|
|
* Goal progress can be set up as a browser source in your streaming software, to display on-screen.
|
|
* Goal progress can be set up as a browser source in your streaming software, to display on-screen.
|
|
|
* Milestones can be set up within goals, for little rewards along the way.
|
|
* Milestones can be set up within goals, for little rewards along the way.
|
|
@@ -76,7 +76,7 @@ A chatbot for Owncast, where viewers earn points which can be redeemed for strea
|
|
|
```bash
|
|
```bash
|
|
|
bash install.sh
|
|
bash install.sh
|
|
|
```
|
|
```
|
|
|
-4. The last lines of init-ocb's output tell you how to proceed to the management panel, where you can set up Owncast integraion, and other odds and ends.
|
|
|
|
|
|
|
+4. The last lines of install.sh's output tell you how to proceed to the management panel, where you can set up Owncast integraion, and other odds and ends.
|
|
|
|
|
|
|
|
More detailed instructions for running OwnchatBot are covered below.
|
|
More detailed instructions for running OwnchatBot are covered below.
|
|
|
|
|
|
|
@@ -110,7 +110,7 @@ env/bin/python -m gunicorn --error-logfile ownchatbot.log -b 0.0.0.0:8081 -w 1 '
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
## Final configuration
|
|
## Final configuration
|
|
|
-Once OwnchatBot is running, you can start setting up your rewards and other options via the Management Panel. When you finish running init-ocb.sh, it gives you a URL for your management panel. It will look something like this, with a proper, pregenerated auth code attached to it.
|
|
|
|
|
|
|
+Once OwnchatBot is running, you can start setting up your rewards and other options via the Management Panel. When you finish running install.sh, it gives you a URL for your management panel. It will look something like this, with a proper, pregenerated auth code attached to it.
|
|
|
|
|
|
|
|
http://localhost:8081/mgmt?auth=yourMGMT_AUTHcode
|
|
http://localhost:8081/mgmt?auth=yourMGMT_AUTHcode
|
|
|
|
|
|