yasinS / slack-statistics

Displaying basic statistics about your Slack team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slack-statistics

GitHub contributors license

slack-statistics is a clean and simple display board for your Slack team.

  • Made with JavaScript and the Slack API
  • Counts the number of messages posted by your team members
  • Provides a range of day-by-day insights

How to use

  1. Fill in the slackToken variable (in stats.js) with your own Slack token. Make sure to use a string!
  2. Navigate to the location of index.html in your browser.
  3. You're ready to go! If data doesn't appear, check your token has been entered correctly.

How it works

Brief explanation of how stats.js works, to be added as part of documentation

Getting a token

  • You can grab a test token from here.
  • When contributing, please remember to look after your tokens (beginning with xoxp)
  • Also, please note the following warning:

Test tokens are just for you. Never share test tokens with other users or applications. Do not publish test tokens in public code repositories. Review token safety tips.

Screenshots

Screenshot

About

Displaying basic statistics about your Slack team

License:MIT License


Languages

Language:JavaScript 39.9%Language:CSS 36.1%Language:HTML 24.1%