/scopebot

how often are we talking 'scope'

Primary LanguagePython

Scopebot

scope

Are people constantly using the word 'scope' or scoping' to describe the next project you're working on in slack? Use this script to count the number of times people use some variation of the word 'scope' across slack channels the scopebot is in. Your scopebot will post the total number to a channel of your choice.

You'll need to create a slack app and have generated a slack bot token to use. Read more about how to do so here.

To run the script:

git clone git@github.com:india-kerle/scopebot.git
conda create --name scopebot python=3.9
conda activate scopebot
pip install -r requirements.py
python scopebot.py -c "#test-bot" -p "YOUR SLACK BOT TOKEN"