TaiwaneseNewsParser

台灣各新聞網站新聞解析器

Installation

gem 'taiwanese_news_parser'

Usage

TaiwaneseNewsParser.parse(url)

會回傳新聞資訊的 hash

Contributing

想要協助的朋友可以幫忙為其他新聞網站寫解析器。實作細節請參考個別解析器以及wiki

  1. Fork it
  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 new Pull Request