Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 437 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 437 Bytes

はてなブログの記事内容を取得するGem.

Usage

require "hatena_blog_scraper"
HatenaBlogScraper.new(url: "http://reizist.hatenablog.com").list_articles(count: 2)

=> [
  [#<HatenaBlogScraper::Article:0x007fe28d374c00
    @url='',
    @title='',
    @html='',
    @text='',
    @markdown=''>, ...
]

also see: はてなブログのガイドライン