twitnotify ~master

The twitter notification tool


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

#TwitNotify

About this

The Twitter Notification tool. Written in D. Using my Twitter API wrapper Twitter4D

Support

  • Linux with libnotify
  • OSX Yosemite with terminal-notifier

How to use

  1. Clone this repository $ git clone https://github.com/alphaKAI/twitnotify.git
  2. Change current directory $ cd twitnotify
  3. Exec build.d with rdmd $ rdmd build.d
  4. Configure your consumer & access tokens $ (any editor) setting.json
  5. Exec TwitNotify binary $ dub or $ ./twitnotify

Single Account Mode

If you use twitnotify as singleAccount mode, you must configure your setting.json as bellow.

//setting.json
{
  "consumerKey"       : "Your consumerKey",
  "consumerSecret"    : "Your consumerSecret",
  "accessToken"       : "Your accessToken",
  "accessTokenSecret" : "Your accessTokenSecret"
}

MultiAccount Support

You can use twitnotify for your some accounts. If you use twitnotify as multiaccount mode, you must configure your setting.json as bellow.

//setting.json
{
  "accounts":{
    "Your Account 1" : {
      "consumerKey"       : "Your consumerKey",
      "consumerSecret"    : "Your consumerSecret",
      "accessToken"       : "accessToken for Account 1",
      "accessTokenSecret" : "accessTokenSecret for Account 1"
    },
    "Your Account 2" : {
      "consumerKey"       : "Your consumerKey",
      "consumerSecret"    : "Your consumerSecret",
      "accessToken"       : "accessToken for Account 2",
      "accessTokenSecret" : "accessTokenSecret for Account 2"
    }
  }
}

Requirements

  • dmd(v2.067)
  • rdmd
  • dub
If you want to use on Linux
If you want to use on OSX

Disclaimer

unstable

LICENSE

The MIT License Copyright (C) 2014 - 2015 alphaKAI http://alpha-kai-net.info

Author

alphaKAI Twitter:@alphakaiNET

Authors:
  • alphaKAI
Dependencies:
twitter4d
Versions:
1.1.3 2015-May-17
1.1.2 2015-May-08
1.1.1 2015-May-05
1.1.0 2015-Apr-29
1.0.31 2015-Apr-19
Show all 10 versions
Download Stats:
  • 0 downloads today

  • 1 downloads this week

  • 1 downloads this month

  • 201 downloads total

Score:
0.6
Short URL:
twitnotify.dub.pm