twitnotify 1.1.0
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
- Clone this repository
$ git clone https://github.com/alphaKAI/twitnotify.git
- Change current directory
$ cd twitnotify
- Exec build.d with rdmd
$ rdmd build.d
- Configure your consumer & access tokens
$ (any editor) setting.json
- 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
- Registered by alphaKAI
- 1.1.0 released 9 years ago
- alphaKAI/twitnotify
- MIT
- Copyright © 2015, alphakai
- Authors:
- 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 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
201 downloads total
-
- Score:
- 0.5
- Short URL:
- twitnotify.dub.pm