do this
This commit is contained in:
parent
c6264c9dcf
commit
3e0ab7df77
2 changed files with 5 additions and 1 deletions
|
@ -8,5 +8,5 @@ A scriptable Java library for chatbots
|
||||||
(or [see here](https://git.m724.eu/Minecon724/-/packages/maven/eu.m724-chatapi))
|
(or [see here](https://git.m724.eu/Minecon724/-/packages/maven/eu.m724-chatapi))
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
See [Main.java](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/java/eu/m724/chatapi/Main.java) for example usage \
|
See [Main.java](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/java/eu/m724/chatapi/Main.java) for example usage (although most lines there is just sweetener) \
|
||||||
And [here](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/groovy/eu/m724/chatapi/example) for example chat sources
|
And [here](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/groovy/eu/m724/chatapi/example) for example chat sources
|
|
@ -3,6 +3,10 @@ so, the api is mostly good now, but new things to focus on:
|
||||||
- how to do requests
|
- how to do requests
|
||||||
- how to make it friendly
|
- how to make it friendly
|
||||||
|
|
||||||
|
packaging & loading
|
||||||
|
I think a one line source loading would be nice
|
||||||
|
Also do something like `source.yml` with information instead of a type like it is now
|
||||||
|
|
||||||
delay
|
delay
|
||||||
right now streaming seems delayed and batched, I don't know why
|
right now streaming seems delayed and batched, I don't know why
|
||||||
maybe it's just me
|
maybe it's just me
|
||||||
|
|
Loading…
Reference in a new issue