0.0
No commit activity in last 3 years
No release in over 3 years
A scraping library for Jigoku no Misawa
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

Ruby4Misawa

About

A scraping library for 地獄のミサワ

This is not compatible with old version.

Installation

add this line to your Gemfile.

gem 'Ruby4Misawa'

or

$ gem install Ruby4Misawa

Usage

cid

require 'Ruby4Misawa'

misawa = Misawa.new(32)
misawa.scrape ##> [{ :image => ..., :title => ..., :date => ..., :identifier => ..., :body => ... }, ...]

name

require 'Ruby4Misawa'

misawa = Misawa.new("あつしさん")
misawa.scrape ##> [{ :image => ..., :title => ..., :date => ..., :identifier => ..., :body => ... }, ...]

designating page numebr

require 'Ruby4Misawa'

misawa = Misawa.new("あつしさん", 2)
misawa.scrape ##> [{ :image => ..., :title => ..., :date => ..., :identifier => ..., :body => ... }, ...]

Contributing

  1. fork the project.
  2. create your feature branch. (git checkout -b my-feature)
  3. commit your changes. (git commit -am 'commit message.')
  4. push to the branch. (git push origin my-feature)
  5. send pull request.

License

MIT