Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

erogamescape

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

erogamescape

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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" }

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

FAQs

Package last updated on 03 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc