New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iterationlabs-online_parselets

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iterationlabs-online_parselets

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

The online_parselets project is a client gem to talk to http://parselets.com.

REQUIREMENTS

This gem supports both local and server-side parselet execution.  In general, 
however, you should have the parsley gem installed for fast, local parsing.
Get it here: http://github.com/fizx/parsley-ruby/tree/master

INSTALL

From GitHub: Run the following if you haven't already: gem sources -a http://gems.github.com Install the gem: sudo gem install iterationlabs-online_parselets

From source: sudo rake install

USAGE

require "rubygems"
require "online_parselets"
client = OnlineParselets::Client.new(:api_key => "your_api_key")
parselets = @client.find("yelp")
parselet = parselets.first
yelp_data = parselet.parse(:url => "http://www.yelp.com")
puts yelp_data.inspect
# Reload a parselet from the server
parselet = client.parselet(parselet.server_id)
# Or:
parselet = client.parselet('my_parselet', version = 5)

FAQs

Package last updated on 11 Aug 2014

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