KNOXDEV / nsa

a discord bot that does nothing but store every message sent in a database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nsa

a discord bot that does nothing but store every message sent in a database

progress

  • Stage 1 - all messages sent are recorded
    • Stage 1.5 - including attachments and reactions
  • Stage 2 - channels will be scraped for their historical messages as well
  • Stage 3 - make pretty dashboards and metrics using this data
  • Stage 4 - ???

how do I add this discord bot to my server?

Well, it's private for obvious reasons. But you can make your own and follow this guide.

quick start

docker compose up

build release images

docker build . -t nsa --build-arg profile=release

About

a discord bot that does nothing but store every message sent in a database


Languages

Language:Rust 95.5%Language:Dockerfile 4.5%