Skip to content

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

Notifications You must be signed in to change notification settings

mthurman/ADNNotifier

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published