Skip to content

leonkyr/slack-statistics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 if 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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.2%
  • CSS 35.4%
  • HTML 23.4%