mthurman / ADNNotifier

A simple Mac OS X app to generate notifications from App.net activity. Uses User Streams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To get started, something like this should probably be enough:

pod install

And assuming your App.net username, the channel you're interested in, and your App.net token are in the ADN_USERNAME, ADN_CHANNEL_ID, and ADN_TOKEN environment variables:

defaults write com.mthurman.ADNNotifier username $ADN_USERNAME
security add-generic-password -s ADNNotifier -a $ADN_USERNAME -w $ADN_TOKEN

About

A simple Mac OS X app to generate notifications from App.net activity. Uses User Streams.


Languages

Language:Objective-C 96.9%Language:Ruby 3.1%