sparklemotion/mechanize
Mechanize is a ruby library that makes automated web interaction easy. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 92
- age_days: 6711
- days_rel: 11
- days_push: 11
- n_releases_24m: 4
Adoption not part of the score
4439 stars · 477 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Mechanize is a Ruby library for automating interaction with websites. It handles cookies, redirects, link following, and form submission while keeping a history of visited pages.
Use cases
- scrape data from websites with ruby
- automatically fill and submit web forms
- write a crawler that follows links and handles cookies
- log into a site and download pages programmatically
- automate repetitive web interactions in scripts
When to choose
- you need scripted, stateful web browsing in Ruby with cookies, redirects, and forms
- you want a higher-level alternative to raw HTTP clients for scraping
- you need to parse HTML pages with Nokogiri while navigating a site
When to avoid
- you need to render or interact with JavaScript-heavy pages (use a headless browser instead)
- you only need simple HTTP requests without form/cookie state
- you are not working in Ruby
Facets
library · maturity stable
web-scraping http-client parser web-development crawlers ruby form-submission cookie-handling nokogiri html-parsing automated-browsing automation
2 sources
- readme: https://github.com/sparklemotion/mechanize · fetched 2026-08-28 · 3c8c233b0dee
- homepage: https://www.rubydoc.info/gems/mechanize/ · fetched 2026-08-29 · d29022a96452
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sparklemotion/mechanize | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="sparklemotion/mechanize")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem