nathanielfernandes / watcher

a simple discord presence watcher that can be listened to via server sent events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

watcher

a simple discord presence watcher that can be listened to via server sent events

example usage on my website: example

Usage

join the discord server https://discord.gg/TnJPMdMDQZ

if you want your live activity: https://watcher.ncp.nathanferns.xyz/live-activity/<your discord id>

if you want grab just your current status: https://watcher.ncp.nathanferns.xyz/activity/<your discord id>

Typescript definition are available in the repo under ./ts/activity.ts

Running

export the following environment variables:

TOKEN=<discord bot token>
SERVER=<discord server id>
cargo run --release

About

a simple discord presence watcher that can be listened to via server sent events


Languages

Language:Rust 90.6%Language:TypeScript 5.2%Language:Dockerfile 4.2%