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
result.first
Development
Run bin/setup
to set up the project.
Some useful commands are available:
bundle exec rake test
: run the testsbin/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