RSS/Atom feed reading discord bot
| commands | ||
| .env.example | ||
| .gitignore | ||
| bun.lock | ||
| index.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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