Skip to content

Mechanize is a ruby library that makes automated web interaction easy.

License

Notifications You must be signed in to change notification settings

pacop/mechanize

This branch is 458 commits behind sparklemotion/mechanize:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
pacop
May 16, 2013
de72198 · May 16, 2013
May 15, 2012
May 16, 2013
May 16, 2013
Jun 28, 2011
Jun 15, 2011
Apr 21, 2013
Apr 22, 2013
Mar 9, 2012
Mar 9, 2012
Apr 8, 2011
Apr 22, 2013
May 4, 2013
Apr 17, 2013

Repository files navigation

Mechanize

Description

The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and 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.7, 1.9.2, 1.9.3, or 2.0.0

  • nokogiri

Support:

The mechanize mailing list is available here:

The bug tracker is available here:

Examples

If you are just starting, check out the GUIDE. Also, check out the EXAMPLES file.

Developers

To run the tests for the first time:

gem install hoe rake
rake newb

This will install all the required dependencies for running the tests. For subsequent test runs:

rake test

You can also use autotest from the ZenTest gem to run tests.

See also Mechanize::TestCase to read about the built-in testing infrastructure.

Authors

Copyright © 2005 by Michael Neumann (mneumann@ntecs.de)

Copyright © 2006-2011:

Copyright © 2011-2012:

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, the author of the original Perl module WWW::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 MIT license. Please see the LICENSE file.

About

Mechanize is a ruby library that makes automated web interaction easy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%