TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mechanize 0.2.0 released

48 pointsby iamelgringoabout 15 years ago

6 comments

sunkencityabout 15 years ago
It is such an awesome library. Totally rocks.<p>To get a quick glimpse of how easy it is to work with look at this screencast: <a href="http://railscasts.com/episodes/191-mechanize" rel="nofollow">http://railscasts.com/episodes/191-mechanize</a>
olafabout 15 years ago
Unfortunately, Perl-WWW::Mechanize does not yet handle Javascript, has anybody (Perl, Python, Ruby) a solution for that? DOM+Javascript simulation comes to my mind. Or maybe a fully controllable browser component (where DOM and JS are built-in) with an API. Anyone with first-hand experience?
评论 #1291284 未加载
评论 #1291145 未加载
评论 #1291653 未加载
评论 #1290936 未加载
lunchboxabout 15 years ago
Also worth checking out is Scrapy: <a href="http://scrapy.org/" rel="nofollow">http://scrapy.org/</a><p>It's a Python scraping framework based on Twisted. It lets you use some of Mechanize's API to describe the scraping jobs.
crobyabout 15 years ago
This is a fantastic library. Great to see that it's still moving along.<p>Now, if it only had a way to execute javascript....
评论 #1290915 未加载
alttababout 15 years ago
We use the mechanize ruby gem for integration with other sites and web applications - doing things that are not exposed through APIs but only interface. Really cool!<p>Way better than Net::HTTP
whiskeyjackabout 15 years ago
Nifty. Always glad to see cross-pollination in the Ruby/Python/Perl world.