mechanize
Web scraper
Automates web interaction with websites
Mechanize is a ruby library that makes automated web interaction easy.
4k stars
86 watching
472 forks
Language: Ruby
last commit: 4 months ago
Linked from 2 awesome lists
rubyscrapingweb
Related projects:
Repository | Description | Stars |
---|---|---|
sparklemotion/sqlite3-ruby | Provides Ruby bindings for the SQLite3 embedded database engine | 782 |
sparklemotion/nokogiri | A Ruby library for parsing and manipulating XML and HTML documents | 6,164 |
petergoldstein/dalli | A high-performance client for accessing memcached servers in Ruby | 3,104 |
kjvarga/sitemap_generator | A tool for generating XML sitemaps for websites and web applications | 2,445 |
mruby/mruby | A lightweight implementation of the Ruby language with C code and Ruby 3.x compatibility | 5,315 |
ruby/ruby | A language and implementation providing a simple and extensible way to write programs | 22,221 |
gushonorato/mechanize | A web scraping and automation tool for Elixir. | 30 |
eventmachine/eventmachine | A fast and simple event-processing library for Ruby programs allowing concurrent I/O operations without threading complexities. | 4,261 |
bblimke/webmock | A library that enables stubbing and setting expectations on HTTP requests in Ruby applications | 3,979 |
mikel/mail | A Ruby library designed to handle email generation, parsing and sending in a simple manner. | 3,630 |
refile/refile | A file upload and storage library that provides flexible backend options and integrates with ORMs for convenient file manipulation. | 2,444 |
rack/rack | A modular Ruby web server interface providing a simple and adaptable way to develop web applications. | 4,936 |
thoughtbot/factory_bot | A library that generates test data for Ruby applications by defining objects with predefined properties and behaviors. | 7,930 |
ankane/eps | A machine learning library for Ruby that allows users to build predictive models quickly and easily. | 659 |
ruby/rake | A make-like program implemented in Ruby for automating tasks and building projects. | 2,355 |