Add basic functionality (barely)

This commit is contained in:
2024-11-20 20:15:45 -05:00
parent ea501e8bad
commit 713a266f15
4 changed files with 294 additions and 0 deletions

View File

@ -1,2 +1,17 @@
# zblock
A simple, lightweight Discord RSS bot
## Requirements
- curl
- concord
- libmrss
## TODO
[ ] Add build instructions
[ ] Get all new feeds, not just the first one
[ ] Set permissions for add and remove command
[ ] Import feeds from disk on startup
[ ] Remove all feeds if bot is removed from a guild
[ ] Implement list command
[ ] Implement remove command