Skip to content

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

Notifications You must be signed in to change notification settings

nathanielfernandes/watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks