From 7bd5195dab283404a1116b845582157c8c85f8f8 Mon Sep 17 00:00:00 2001 From: hgw Date: Mon, 2 Oct 2023 02:11:26 +0000 Subject: [PATCH] add todo list --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 020edcc..64e7ace 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,18 @@ This bot is not completed, expect bugs/crashes/errors. Use in production is disa If you need assistance with installation or usage, join #5000 on `irc.supernets.org` +## TODO + +Once the following are completed, I will consider this project functional and ready to use in production. + +- [x] Grab RSS feeds via URL +- [x] Allow users to save feeds and easily grab them all at once (needs tweaking still but mostly done) +- [x] Alias support +- [ ] Grab feeds at set intervals and post new content in a set channel +- [ ] Migrate from a JSON file to a DB for user settings +- [ ] Extensive testing and applicable error handling, also more descriptive error messages +- [ ] Ensure wiki is updated +- [ ] Publish Docker image so the client does not need to be built by end users ## License This software is licensed under the ISC License, its full text can be found [here](/LICENSE).