An HTTP server coded in Java to provide and serve Twitch APIs to use in Nightbot or other compatible chatbots
- Quotes (Add, Remove, List, Grab)
- Followage
- More to come later on...
- HTTP Server (to be used in conjuction with a reverse proxy for HTTP & HTTPS)
- Static HTML Resources Server
- HTML Resources Server
Download the latest release, edit the configuration (config.yml), and use the provided .bat or .sh file to run the server.
Please note that this requires the usage of Java 8 or higher to use the server.
You are more than welcome to add your own html files or modify the current ones in the pages directory as specified.
The only mandatory files required in the pages directory are the following below:
- index.html
- callback.html
- callbackError.html
- 404.html
- privacy.html
- terms.html