Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Methods

synzen edited this page Sep 24, 2017 · 4 revisions

Methods are what I call the different types of information that gets represented. For every method, you can get the data visualization by using its respective commands. You can further add parameters, if they are available, or a method for other actions. Parameters are specified by -paramName=paramValue after the command. For example:

onlineusers -full -maxplots=10

This will show the data visualization for the onlineUsers method, but it will add in the total number of users as a second line plot, and will only plot the 10 most recent data entries for both.

"Current"

Methods that provide current data. Placeholder name because I can't think of anything else.

game

Count members currently playing a game, organized by the most played game. Bot members are excluded.

Params Value Default Description
full Account for members not playing a game.

roles

Count members that has at least one custom role, organized it by the most used role. Bot members are excluded.

"Trackers"

Methods that track data over time.

totalUsers

Total number of members.

Params Value Default Description
maxplots Number 30 Only use the maxplots most recent data plots.
excel Export as an excel workbook, with two spreadsheets labeled "Chart" and "Table".

onlineUsers

Number of online members.

Params Value Default Description
full Combine with a totalUsers plot.
maxplots Number 30 Only use the maxplots most recent data plots.
excel Export as an excel workbook, with two spreadsheets labeled "Chart" and "Table".

messageMinimum

Number of members who have posted at least X number of messages.

Params Value Default Description
maxplots Number 30 Only use the maxplots most recent data plots.
excel Export as an excel workbook, with two spreadsheets labeled "Chart" and "Table".

totalMessages

Total number of messages sent.

Params Value Default Description
maxplots Number 30 Only use the maxplots most recent data plots.
excel Export as an excel workbook, with two spreadsheets labeled "Chart" and "Table".
Clone this wiki locally