RSS/Atom feed reading discord bot
Find a file
2026-01-27 14:53:38 -06: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 init 2026-01-20 15:46:20 -06:00
index.ts dude this code is so fucking funny it makes me wanna commit without testing 2026-01-27 14:53:38 -06:00
package.json init 2026-01-20 15:46: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