Datascope fun!
Run these steps to start the fun:
mkvirtualenv fun
to create a python virtual environment with virtualenvwrapper.pip install -r requirements.txt
to install required python libraries.- Create a
settings.py
file with a variable calledSLACK_TOKEN = '{{bearer_token}}'
. To get abearer_token
, click on the "Create token" button on this page for the team for which you would like to have fun. python slack_fun.py mstringer
to test our your installation offun
. The test is successful if @stringertheory starts giggling like he's watching Dumb and Dumber. He's enjoying the fun!
Did you run the test with dean
as the argument for slack_fun.py
? If not, do that.