Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzulla/yanchanotifier
Yanchaの投稿をMacの通知センターにおくりこみます
https://github.com/uzulla/yanchanotifier
Last synced: about 2 months ago
JSON representation
Yanchaの投稿をMacの通知センターにおくりこみます
- Host: GitHub
- URL: https://github.com/uzulla/yanchanotifier
- Owner: uzulla
- Created: 2014-01-26T22:56:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T08:30:20.000Z (almost 11 years ago)
- Last Synced: 2023-03-23T12:14:26.109Z (almost 2 years ago)
- Language: Perl
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yancha Notifier
Yanchaの投稿をMacの通知センターにたたきこみます
OSX 10.8 and higher.(terminal-notifierの都合)
# DESCRIPTION
その内書きます
# REQUIRE
[terminal-notifier](https://github.com/alloy/terminal-notifier)
```
brew install terminal-notifier
```or use other install method. (see detail in terminal-notifier site)
# INSTALL
```
cpanm --mirror=http://pan.hachiojipm.org/ --mirror=http://ftp.riken.jp/lang/CPAN/ --local-lib=extlib --notest --installdeps .
cp config.pl.sample config.pl
vi config.pl
run.pl
```> mirror指定しているのは、利用しているライブラリUnrulyがcpanizeはされておらず、HachiPANにあがっているので。
> rikenのミラーはなんでもかまいません。# Text to speech
OSX(Mavericksでテスト)では読み上げ機能が使えます。
事前にシステム環境設定>音声入力と読み上げで、kyoko音声データを入れて下さい
configでオフにできます。
rateは速度です、多少遅くしてあります。# see also
Unruly [https://github.com/ytnobody/Unruly](https://github.com/ytnobody/Unruly)
Yancha [http://yancha.hachiojipm.org](http://yancha.hachiojipm.org/)