Skip to content

dorumd/go-osx-email-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published