Envryo

Gem Version Code Climate Dependency Status

Evernote various events notifier via Yo.

Usage

  1. Invoke it with config

    envryo --config=config.yml

  2. Update evernote note which is tagged as notify (configurable)

  3. 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

  1. Fork it ( https://github.com/meganemura/envryo/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request