From b3f79c0a08a64967ec6cbf2d12fb28a847b3705c Mon Sep 17 00:00:00 2001 From: crunk Date: Sun, 5 Nov 2023 22:00:27 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f58f8fd..62a5b8a 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ webapi where you can request scheduled rss feed publishing. part of the crunk su ## 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) + - what should be added to the rss feed (now it can do text, md files, images soon?) - optional: multiple feeds, specify which feed. - handle with Flask (could look into flask api packages) * crunk-scheduler should have a simple database (sqlite maybe) where the scheduled posts are stored. - store files on disk not in db. - - use Flask-SQLAlchemy and Flask-Migrate + - use Flask-SQLAlchemy and Flask-Migrate ✅ * periodically check if there are new things that need to be posted. - - check db and use Flask-APScheduler + - check db and use Flask-APScheduler ✅ * generate the rss feed. - - use feedgenerator - - serve rss from static folder using Flask Blueprint + - use feedgenerator ✅ + - serve rss from static folder using Flask Blueprint ✅