/go-call-me-notifier

A MacOS Notification Client for the Go! Call Me! (Maybe) Lambda

Primary LanguageGo

Go! Call Me Notifier

🚨 No longer maintained due to workplace restrictions connecting to AWS Redis 🚨

Local application that subscribes to the published items from the Go! Call Me (Maybe)! lambda.

Download your preferred executable from the Releases page and extract it. That's it!

⚠️ Only works on MacOS 10.9+

taylor swift

Configuration

Setup a ~/.go-call-me.json file with the following values:

{
  "redis_url" : "https://url.to.redis:port-number",
  "redis_password" : "your password",
  "redis_channels" : {
    "emergency"    : "emergency",
    "nonemergent"  : "nonemergent"
  }
}