add todo list

This commit is contained in:
hgw 2023-10-02 02:11:26 +00:00
parent dbb92eba12
commit 7bd5195dab
1 changed files with 12 additions and 0 deletions

View File

@ -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).