Envryo
Evernote various events notifier via Yo.
Usage
Invoke it with config
envryo --config=config.ymlUpdate evernote note which is tagged as
notify(configurable)Envryo sends yo to you or all subscribers
Configuration (config.yml)
evernote_token: "Your evernote authentication token"
evernote_filter: "tag:notify" # Search filter
# https://dev.evernote.com/doc/articles/search_grammar.php
yo_api_key: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
yo_user: "Yo username" # Send Yo to (set null to send Yo to all subscribers)
interval: 900 # polling interval
Installation
Add this line to your application's Gemfile:
gem 'envryo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install envryo
Contributing
- Fork it ( https://github.com/meganemura/envryo/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request