Fire missiles at your enemies via Slack! For example /shoot ben
.
Requires the Dream Cheeky missile launcher.
This server will receive commands from Slack.
cp settings_sample.py settings.py
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python missile.py
One quick and dirty way to do this is with ngrok
Add a Slack command hook and point it to your webserver: http://yourserver.com/slack
Does /shoot right 1000
move the device for 1 second?
The format is [X, Y], declaring how much the device moves right and then up before shooting. Add a slackbot remote control command if you'd like to have launch alerts.
Based on code by https://github.com/codedance/Retaliation
The code is super hacky right now, but it works.