Skip to content

LCE-Lab/Analysis_Bot

Repository files navigation

Analysis_Bot

You can check out introduction to this repo on my blog: here
Analyze users online, offline, AFK in voice channels.

The front-end repo is here

How to use

1. Edit config.json.example and rename it config.json
2. npm install
3. node dist

Or you can copy dist and rename it production
Then run pm2 reload ecosystem.config.js

Command

The default prefix is ?.
You can modify it from config.example.json.

  • ?get [day|week|month] <userID>
    • Get user online offline data.
  • ?rank [on|off]
    • Switch rank display.
    • Only administrator or add userID to admin in config.example.json.
    • The default value is off

Rank

Daily midnight sent yesterday's online time ranking.
Send to the channel where the ranking instruction was sent.

Web

Web on localhost and port is 8787.

  • /api/day/:serverID
    • Get server today data (From 0:00 to the next day at 0:00)
  • /api/week/:serverID
    • Get server week data (From Monday to Today)
  • /api/all/:serverID
    • Get server all data (remove)
  • /api/custom/:serverID?start=<unixTime>&end=<unixTime>
    • Get server custom time data

Cache

Cache system use Redis.

  • Day
    • The default is to refresh the Cache every 10 minutes
  • Week
    • Generate caches from Monday to Today everyday at 12:00 am

Todo

  • Change all to time search
  • Speed up loading (Cache)
  • Change monthly to weekly
  • Web pages
  • Predicting user status (Abort)
  • Web backend
  • Command
  • Rank
  • Change Moment.js (Maybe Day.js)

Thanks

jimchen5209 Provide advice and assistance