- Install python
- Install virtualenv
- Install pip
- Get this code
- Create and enter your virtualenv
virtualenv slackthen. ./slack/bin/activate - Run
pip install -r requirements.txt - Get a Slack API key (For EEN people I have a Slack account StashPop set up - get the key from me)
- Put the key in the
chomps.pyfile - Run
python chomps/chomps.py - Type
chomps marcoin a Slack channel with Chomps invited.
Work in the handlers/my_handler.py file to experiment with sending messages to a channel on command.
