Skip to content

Tool that helps calculate stats through slack channels

License

Notifications You must be signed in to change notification settings

appunite/slack-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculate Slack Stats

Project is used for calculating stats from Slack channels

Setup

Pre requirements: You need to have python3 installed

Create python virtual environment:

python3 -m venv .venv

Activate the env:

source .venv/bin/activate

Install required libraries:

pip install -U pip
pip install -r requirements.txt

How to install the Slack Stats app in your organization

  • Use manifest.yml and upload it to the Slack.
  • Authorize the app and retrieve the access token
  • Store the access token in SLACK_BOT_TOKEN environment variable: export SLACK_BOT_TOKEN="xoxb-XYZ"

Run

source .venv/bin/activate
export SLACK_BOT_TOKEN="xoxb-XYZ"
python main.py --help

About

Tool that helps calculate stats through slack channels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages