GetPocketSend
rubygems: https://rubygems.org/gems/get_pocket_send
This is simple gem for scrapping articles from http://itc.ua/ to your Pocket app.
Installation
Install it yourself as:
$ gem install get_pocket_send
Usage
simple run next command:
$ get_pocket_sent 'your_email' 'your_password'
Contributing
- Fork it
- 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