Update 'README.md'

This commit is contained in:
ngoomie 2023-04-03 14:36:41 +00:00
parent 5233888734
commit 95653fc755
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,11 @@ Pulls random questions from a database and posts them using Discord webhooks.
![Example screenshot](example.png)
## Misc info
Requires `DBI` and `WebService::Discord::Webhook` from the CPAN. Find the `$url` var and change it to have your webhook URL. Run periodically using a cron script or similar. Has been tested on Fedora 36 & 37 as well as Rocky Linux 9.
Requires `DBI` and `WebService::Discord::Webhook` from the CPAN. Find the `$url` var and change it to have your webhook URL. Run periodically using a cron script or similar. Has been tested on the following operating systems:
- Fedora (36, 37)
- Rocky Linux (9)
Please open an issue if you've successfully run it on other operating systems and they'll be added.
## Database info
Create a database from the included 'questions.sql' file.