webapi where you can request scheduled rss feed publishing
Go to file
2023-07-19 22:30:33 +02:00
instance start of a sqlitedb 2023-07-19 22:30:33 +02:00
migrations start of a sqlitedb 2023-07-19 22:30:33 +02:00
.gitignore the smallest swiss knive 2023-07-19 19:46:49 +02:00
app.py start of a sqlitedb 2023-07-19 22:30:33 +02:00
deploydb.py start of a sqlitedb 2023-07-19 22:30:33 +02:00
LICENSE Initial commit 2023-07-18 19:31:58 +02:00
postmodel.py start of a sqlitedb 2023-07-19 22:30:33 +02:00
pyproject.toml the smallest swiss knive 2023-07-19 19:46:49 +02:00
README.md I can has markdown 2023-07-19 19:59:07 +02:00
requirements.txt something that works 2023-07-19 21:36:31 +02:00
start.py start of a sqlitedb 2023-07-19 22:30:33 +02:00

crunk-scheduler

webapi where you can request scheduled rss feed publishing. part of the crunk suite of software

readme driven development

  • crunk-scheduler should be able to take post request from other applications

    • set the time something should be added to the rss feed.
    • what should be added to the rss feed (think logbot style options)
    • optional: multiple feeds, specify which feed.
  • crunk-scheduler should have a simple database (sqlite maybe) where the scheduled posts are stored.

  • periodically check if there are new things that need to be posted.

  • generate the rss feed.