Fixing adoc formatting
This commit is contained in:
parent
7f01289ca0
commit
9ac3e0ce0a
|
@ -3,6 +3,7 @@
|
||||||
:url-hatnix: https://hatnix.net
|
:url-hatnix: https://hatnix.net
|
||||||
|
|
||||||
= ameliabot
|
= ameliabot
|
||||||
|
|
||||||
A chatbot for owncast, inspiration from {url-hatbot}[hatbot] by {url-hatnix}[hatniX].
|
A chatbot for owncast, inspiration from {url-hatbot}[hatbot] by {url-hatnix}[hatniX].
|
||||||
|
|
||||||
Code attributions can be found in `ATTRIBUTION.adoc`
|
Code attributions can be found in `ATTRIBUTION.adoc`
|
||||||
|
@ -16,8 +17,9 @@ Code attributions can be found in `ATTRIBUTION.adoc`
|
||||||
|
|
||||||
* Install Flask (`pip --user install Flask`)
|
* Install Flask (`pip --user install Flask`)
|
||||||
* Create an Owncast webhook url pointing to your bot's location
|
* Create an Owncast webhook url pointing to your bot's location
|
||||||
* http://localhost:5000/webhook/owncast if bot and owncast are on the same machine
|
** http://localhost:5000/webhook/owncast if bot and owncast are on the same machine
|
||||||
* Copy `config-example.json` to `config.json` and fill out the information required
|
* 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:
|
Ameliabot can be run by executing `start.sh` or:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue