No commit activity in last 3 years
No release in over 3 years
A web scraper to scrape the search results from the Scotsman and Edinburgh Evening News obituary annoucements
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.3.1, ~> 0.3
 Project Readme

Scraping the recent local obituaries from the Edinburgh Evening News using the scotsman_obituaries gem

Usage

so = ScotsmanObituaries.new
so.search title: 'moredun', date_range: :last_month

Returns an Array of Hash objects, with each Hash object containing the following:

  • heading: name of the deceased
  • short_text: The name of the person, where they lived, and where they died etc.
  • pubdate: date they deid

Resources

scotsman_obituaries gem