README driven development
This commit is contained in:
parent
2695a6d2a8
commit
53a9f313c0
@ -7,7 +7,13 @@ webapi where you can request scheduled rss feed publishing. part of the crunk su
|
|||||||
- set the time something should be added to the rss feed.
|
- 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 (think logbot style options)
|
||||||
- optional: multiple feeds, specify which feed.
|
- 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.
|
* 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
|
||||||
* periodically check if there are new things that need to be posted.
|
* periodically check if there are new things that need to be posted.
|
||||||
|
- check db and use Flask-APScheduler
|
||||||
* generate the rss feed.
|
* generate the rss feed.
|
||||||
|
- use feedgenerator
|
||||||
|
- serve rss from static folder using Flask Blueprint
|
||||||
|
Loading…
Reference in New Issue
Block a user