An IRC bot
  • JavaScript 97.9%
  • Dockerfile 2.1%
Find a file
Melanie Kat 162984319f rot13
2026-07-03 08:37:02 -07:00
data dockerfile and related changes 2026-03-01 08:59:36 -08:00
.dockerignore dockerfile and related changes 2026-03-01 08:59:36 -08:00
.env.example giphy support, searxng host moved to env variable along side giphy api key 2026-02-27 17:43:19 -08:00
.gitignore dockerfile and related changes 2026-03-01 08:59:36 -08:00
biome.json init 2026-02-26 23:45:10 -08:00
Dockerfile dockerfile and related changes 2026-03-01 08:59:36 -08:00
index.js rot13 2026-07-03 08:37:02 -07:00
lefthook.yml init 2026-02-26 23:45:10 -08:00
LICENSE license 2026-03-01 09:06:03 -08:00
package-lock.json karma system 2026-02-28 08:49:58 -08:00
package.json karma system 2026-02-28 08:49:58 -08:00
README.md readme nit 2026-03-01 09:04:46 -08:00
utils.js rot13 2026-07-03 08:37:02 -07:00

nani-js

An IRC bot written in JavaScript. Based on the IRC bot written in PHP, Penelope by Neatnik.

Features

  • !search QUERY to get the first result from SearXNG
  • !giphy QUERY to get a gif
  • !karma TARGET to 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