mirror of
https://melkat.dev/melanie/nani-js.git
synced 2026-07-05 03:30:41 +00:00
An IRC bot
- JavaScript 97.9%
- Dockerfile 2.1%
| data | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| biome.json | ||
| Dockerfile | ||
| index.js | ||
| lefthook.yml | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| utils.js | ||
nani-js
An IRC bot written in JavaScript. Based on the IRC bot written in PHP, Penelope by Neatnik.
Features
!search QUERYto get the first result from SearXNG!giphy QUERYto get a gif!karma TARGETto see someone's karma points!karma TARGET++to increase someone's karma points
Ideas
- Polls
- Reminders
Docker
- Build the image with
docker build . - Start the docker image with the params
--env-file .env -v nani-db:/app/data