Skip to content
Abheek edited this page Feb 25, 2021 · 3 revisions

What is this bot?

The AwesomeSciBo Discord bot is used to automatically generate Science Bowl rounds using the ScibowlDB API.

How does it work?

This bot uses the fetch API to send a GET request a JSON file from the ScibowlDB API. It then parses the the response and creates an HTML file by looping the request 25 times, and creating an HTML file on the server. For PDF conversions, the server should also be running gotenberg. It sends a POST request and receives a PDF from the HTML file, which it then uploads to Discord.

What are some commands that can be used?

For commands, please check out the commands page.

Clone this wiki locally