Every repository with this icon (
Every repository with this icon (
tree 3a5a944126f8277f026d9228dd90ac50ca39d4cc
parent 4bddee1443203ee5b94988d59f4c5384949c1904
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Oct 17 13:27:36 -0700 2008 | |
| |
CHANGELOG.rdoc | Tue Jun 23 14:27:52 -0700 2009 | |
| |
EXAMPLES.rdoc | Wed Mar 04 13:43:23 -0800 2009 | |
| |
FAQ.rdoc | Wed Mar 04 13:43:23 -0800 2009 | |
| |
GUIDE.rdoc | Wed Mar 04 13:43:23 -0800 2009 | |
| |
LICENSE.rdoc | Wed Mar 04 13:43:23 -0800 2009 | |
| |
Manifest.txt | ||
| |
README.rdoc | Mon Jun 08 17:11:48 -0700 2009 | |
| |
Rakefile | Sat Aug 29 17:56:54 -0700 2009 | |
| |
examples/ | Sat Sep 20 16:07:42 -0700 2008 | |
| |
lib/ | Sat Aug 29 17:15:55 -0700 2009 | |
| |
mechanize.gemspec | ||
| |
test/ | Fri Sep 11 22:15:46 -0700 2009 |
WWW::Mechanize
DESCRIPTION
The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.
Dependencies
- ruby 1.8.6
- nokogiri
SUPPORT:
The mechanize mailing list is available here:
* http://rubyforge.org/mailman/listinfo/mechanize-users
The bug tracker is available here:
* http://rubyforge.org/tracker/?atid=5709&group_id=1453
Examples
If you are just starting, check out the GUIDE. Also, check out the EXAMPLES file.
Authors
Copyright © 2005 by Michael Neumann (mneumann@ntecs.de)
Copyright © 2006-2009:
- Aaron Patterson (aaronp@rubyforge.org)
- Mike Dalessio (mike@csa.net)
This library comes with a shameless plug for employing me (Aaron) programming Ruby, my favorite language!
Acknowledgments
This library was heavily influenced by its namesake in the perl world. A big thanks goes to Andy Lester (andy@petdance.com), the author of the original perl Mechanize which is available here. Ruby Mechanize would not be around without you!
Thank you to Michael Neumann for starting the Ruby version. Thanks to everyone who’s helped out in various ways. Finally, thank you to the people using this library!
License
This library is distributed under the GPL. Please see the LICENSE file.









