RSS/Atom feed reading discord bot
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-20 13:56:31 -07:00
commands check for duplicates 2026-01-20 16:28:07 -06:00
.env.example init 2026-01-20 15:46:20 -06:00
.gitignore init 2026-01-20 15:46:20 -06:00
bun.lock html entity decoding, omit title if undefined 2026-02-11 16:45:20 -06:00
index.ts fix @role mention bug 2026-08-20 13:56:31 -07:00
package.json html entity decoding, omit title if undefined 2026-02-11 16:45:20 -06:00
README.md i forgot to update the readme :3 2026-01-20 15:52:46 -06:00
tsconfig.json init 2026-01-20 15:46:20 -06:00

herododicus

discord bot for keeping up with RSS/Atom feeds within the confines of the evil discordapp

usage

To use the bot in your own server, read https://seapunk.xyz/projects/herododicus.gmi

To host your own instance,

$ git clone https://git.vixen.computer/cpnk/herododicus.git
$ cd herododicus
$ bun install
$ cp .env.example .env

Edit .env with your bot's token, then run bun start