webapi where you can request scheduled rss feed publishing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
crunk 41f5deea93 something that works 11 months ago
.gitignore the smallest swiss knive 11 months ago
LICENSE Initial commit 12 months ago
README.md I can has markdown 11 months ago
app.py something that works 11 months ago
pyproject.toml the smallest swiss knive 11 months ago
requirements.txt something that works 11 months ago
start.py something that works 11 months ago

README.md

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.