0.0
No commit activity in last 3 years
No release in over 3 years
Scraps events, births and deaths that occured during a specific day of history.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 1.7
 Project Readme

History Scraper (Ruby)

Gem Version Code Climate License: MIT

About

Scraper that searches for events, births and deaths that occurred during a specific day of history from Wikipedia.

You may check out the js package version here.

Usage

  1. Add the gem history_scraper to your Gemfile (or run gem install history_scraper)

  2. Add this to your code:

  require 'history_scraper'

  scrap_year('dir/which/will/store/the/results.json')
  1. Run your code (The algorithm may take a while to finish).

Contributing

  1. Fork this repository
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'add my feature')
  4. Push to your feature branch (git push origin my-new-feature)
  5. Create a new Pull Request