Skip to content

Provide growl notifications for Tweetbot -- DEPRECATED

Notifications You must be signed in to change notification settings

takuoka/node-tweetbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supplimentary growl support for Tweetbot

The primary goal of this repo is to provide growl notifications for Tweetbot. I really like Tweetbot, but the fact that there are no notifications for my feed requires that I have both Twitter and Tweetbot open at all times.

i tired to make it like growl notfications fro twitter with streaming, avatar and tap on notfication to view tweet.

screenshot

Installation

Install growlnotify.

Clone this repo

git@github.com:joshvermaire/node-tweetbot.git

Go into the directory and start it

cd node-tweetbot

Setup a new app with Twitter.

Add a config.js file to include your new keys:

var config;
config = {
  key: 'Your consumer key',
  secret: 'Your consumer secret',
  tokenKey: 'Your access token',
  tokenSecret: 'Your access token secret',
  username: 'yourtwitterusername'
}
module.exports = config;

Install dependencies and start the app:

npm install -d
node app

You're set.

Todo

Make this into a command line app:

  • Ask for username (default in config file)

About

Provide growl notifications for Tweetbot -- DEPRECATED

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%