Registry / networking / anemone

anemone

JSON →
library0.7.2rbrubygemsunverified

Anemone web-spider framework for crawling and scraping websites.

gem install anemone
INSTALL
IMPORT
SIG · ANEMONE
A
anemone
networkingrubyv0.7.2
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.

Anemone
require 'anemone'

Crawl a website and print every page URL

require 'anemone' Anemone.crawl('http://example.com') do |anemone| anemone.on_every_page { |page| puts page.url } end
Debug
Known issues
gotchaAnemone is no longer actively maintained and may have compatibility issues with modern Ruby versions.
fix
Consider using alternative web scraping libraries like 'kimurai' or 'mechanize'.
affects: >= 0.7.2
Upgrade
Version history
0.7.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
56 hits · last 30 days
node
50
Perplexity
1
Resources
anemone — gem install anemone · libregistry