Commit Graph

3 Commits

Author SHA1 Message Date
Christopher Williams 05ce7537b2 Add working implementation of multiple RSS feeds
- Add phoronix, 9to5mac and techcrunch scripts
- Add clap for basic argument parsing for disabling the scheduler
- Add clap argument for entering a cron string (the default value is
  wrong right now)
- Add `check_if_articles_in_feed_exist` that will return articles from
  the database that already exist
- Print out lua errors rather than just printing a generic error
2024-09-26 19:33:01 -04:00
Christopher Williams a0190a6056 Support executing routes when the scheduled time arrives 2024-09-22 11:09:34 -04:00
Christopher Williams 94bb76c294 Replace http server with warp
- Add initial task scheduler to execute the lua scripts in the
  background
2024-09-22 00:06:42 -04:00