Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 676 Bytes

README.MD

File metadata and controls

19 lines (17 loc) · 676 Bytes

OS X Email Notifications v0.1.0 built using GoLang.

Running

  • Install GoLang (with v.1.4 tested)
  • Install required packaged by running: go get golang.org/x/oauth2 go get golang.org/x/net/context go get google.golang.org/api/gmail/v1 go get github.com/deckarep/gosx-notifier
  • Create client_secret.json file inside config directory
  • And execute go build main.go && ./main
  • At the first run you'll have to open the generated link and then paste your token to allow using your gmail account

TODO

  • Fix email url
  • Run it on startup
  • Add support for multiple gmail accounts
  • Show an icon in top bar when application is running
  • Add UI for authentication