mirror of
https://github.com/WCBROW01/zblock.git
synced 2025-12-11 20:18:07 -05:00
23 lines
606 B
Markdown
23 lines
606 B
Markdown
# zblock
|
|
A simple, lightweight Discord RSS bot
|
|
|
|
## Requirements
|
|
- libcurl
|
|
- [concord](https://github.com/Cogmasters/concord/)
|
|
- libmrss
|
|
- postgresql
|
|
- libpq
|
|
|
|
## TODO
|
|
- [ ] Add build instructions
|
|
- [x] Get all new feeds, not just the first one
|
|
- [ ] Set permissions for add and remove command
|
|
- [x] Remove all feeds if bot is removed from a guild
|
|
- [x] Implement list command
|
|
- [x] Implement remove command
|
|
- [x] Fix building in FreeBSD
|
|
- [ ] Daemonize the bot (including command-line args)
|
|
- [ ] Allow use of a system-wide config
|
|
- [ ] Provide systemd and rc.d services
|
|
- [ ] Create an installation script
|