Commit Graph

6 Commits

Author SHA1 Message Date
Christopher Williams e92532c5e4 Remove debug loop from server.go 2024-03-02 19:48:39 -05:00
Christopher Williams ad52fa20b6 Fix issue where response would not be retrieved 2024-03-02 19:43:57 -05:00
Christopher Williams 3c9f4e73a4 Start moving lua scripting to a cron job 2024-03-02 17:21:47 -05:00
Christopher Williams 9fe6a16f47 Add looking at the database to get previous scrapes
- We can now grab previous results from the database to serve back to
  the request
- The rss feed items are also now sorted based on their pubDate
- Godot's script is now fully function and scrapes only when needed
- Other scripts still need some work to make it so that they are
  utilizing the database
- Duplicate entries in the database aren't checked for just yet, this
  needs to be done or else if there are any mistakes in lua, the
  databases becomes a mess
- Add sorter file to handle the pubDate sorting
2023-12-29 17:34:56 -05:00
Christopher Williams e2da3476c4 Make TODOs get highlighted 2023-12-27 20:49:16 -05:00
Christopher Williams a0e31cb1b3 Initial commit
- Able to execute lua code and respond to requests
- Able to reload the server and lua scripts easily
2023-12-25 18:06:50 -05:00