Buildbot SMS sends you an sms when your build completes.
Prepend bbot to any command to receive a text with the exit status when it completes.
bbot ant long-running-build
- Download the
bbotscript, and add it to your path - Install the Twilio Python library
pip install twilio - Fill in
TWILIO_ACCOUNT_SID,TWILIO_AUTH_TOKEN,TWILIO_FROM,BBOT_TOinbbot
If you would rather get a Twitter DM, check out (the more complicated but more flexible) Buildbot: Twitter DM Notifications.