Get Text Messages from your Screeps Script
-
I wanted a way to get faster/better alerts for when things happened in Screeps, so I set up this project to read notifications from Screeps memory and send them via Twilio.
There's two parts to the project- a javascript module that takes in your messages and applies some rate limiting (similar to the "group interval" in the Game.notify function) and a python library that runs from your computer to read the messages from screeps memory and send them out.