0.0
The project is in a healthy, maintained state
ErogameScape scraper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.4
 Project Readme

Erogamescape

ErogameScape (エロゲー批評空間) scraper

Installation

$ bundle add erogamescape

Or install globally:

$ gem install erogamescape

Usage

result = Erogamescape.query(<<SQL)
SELECT id, brandname, median
  FROM brandlist
  WHERE id = 1
SQL

result.size # 1
result.first # { "id" => "1", "brandname" => "âge(age)", "median" => "81" }

RBS file

RBS file (type definition) for this gem is bundled by default.

If you are using Steep, add library "erogamescape" to your Steepfile. No other setup is required.

# Steepfile (example)
target :lib do
  signature "sig"
  check "lib"
  library "erogamescape" # add this line!
end

Development

Run bin/setup to set up the project.

Some useful commands are available:

  • bundle exec rake test: run the tests
  • bin/console: an interactive prompt that will allow you to experiment

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/fabon-f/erogamescape.rb.

License

MIT License