HurriyetCli
A Ruby CLI for Hurriyet Public API.
Installation
Add this line to your application's Gemfile:
gem 'hurriyet_cli'
And then execute:
$ bundle
Or install it yourself as:
$ gem install hurriyet_cli
Usage
Export your API_KEY that you get from https://developers.hurriyet.com.tr
$ bundle exec bin/hurriyet_cli articles # Fetch all articles
$ bundle exec bin/hurriyet_cli articles --top 5 # Fetch top 5 articles
Thanks
- Yiğit Özkavcı for Ruby Hurriyet API Wrapper.
- Hamdi Akoğuz for his advices.
License
The gem is available as open source under the terms of the MIT License.