10 lines
417 B
JSON
10 lines
417 B
JSON
{
|
|
"AUTHOR" : "aikaterna and Redjumpman",
|
|
"INSTALL_MSG" : "Use [p]chatchart to generate a chart for that channel.",
|
|
"NAME" : "chatchart",
|
|
"SHORT" : "Generate a pie chart from the last 5000 messages.",
|
|
"DESCRIPTION" : "Generate a pie chart from the last 5000 messages in a channel to see who's been talking the most.",
|
|
"REQUIREMENTS": ["matplotlib"],
|
|
"TAGS": ["data", "chart", "activity"]
|
|
}
|