Denial of George Attack
- main_loop.py ~ The big guy calling the shots
- util.py ~ abstracted functions
- secret.py ~ all of the secretness for the api keys!!!
SLACK_TOKEN
TWILIO_ACCOUNT_SID
TWILIO_AUTH_TOKEN
- settings.py ~ preferences that make for an annoying prank
- Slack:
SLACK_CHANNEL
- Twilio
TO_PHONE
FROM_PHONE
- System:
SLEEP_INTERVAL
~ for rate limiting
python-slackclient
twilio-python
urllib2