Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielpoca/GmailOSXNotifications

Ruby script that sends a OSX notification when there are unread messages in multiple mailboxes in gmail.
https://github.com/gabrielpoca/GmailOSXNotifications

Last synced: 3 months ago
JSON representation

Ruby script that sends a OSX notification when there are unread messages in multiple mailboxes in gmail.

Awesome Lists containing this project

README

        

# Gmail OSX Notificaions

Ruby script that sends osx notifications when you have unread messages in gmail. It watches multiple mailboxes.

## Configuration
First run `bundle`. Then go to the bottom of gmail.rb and replace the upper case words with your information.

## Instalation
Put it somewhere and make it executable: `chmod +x gmail.rb`. Then you can make it run every 10 mintues (example):

crontab -e

and insert this

*/10 * * * * /path/to/command