Registry / networking / wombat

wombat

JSON →
library3.3.0rbrubygemsunverified

Generic Web crawler with a DSL that parses structured data from web pages.

gem install wombat
INSTALL
IMPORT
SIG · WOMBAT
W
wombat
networkingrubyv3.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Wombat
✓ require 'wombat'

Crawl a page and extract headline

require 'wombat' class Scraper include Wombat::Crawler base_url "http://example.com" path "/" do headline "css=h1" end end puts Scraper.new.crawl["headline"]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
38
OpenAI (training)
1
Resources
wombat — gem install wombat · libregistry