-
Notifications
You must be signed in to change notification settings - Fork 0
Capture, store & replay requests from Net::HTTP for writing scraper tests
License
joshuabates/wiretapper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Wiretapper ============= Just some code I'm playing around with for testing screen scrapers. Inspired by http://github.com/somebox/eavesdrop/tree/master Example ======= @datastore = SQLiteDatastore.new('db_name') @wiretapper = NetHTTPWiretapper.new(:data_store => @datastore) @wiretapper.snoop do WWW::Mechanize.new.get('http://www.google.com') end Copyright (c) 2008 [Joshua Bates], released under the MIT license
About
Capture, store & replay requests from Net::HTTP for writing scraper tests
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published