Skip to content

Instantly share code, notes, and snippets.

@lastknight
Forked from railscard/anemone_proxy.rb
Created June 19, 2014 09:15
Show Gist options
  • Save lastknight/b3e286ecad7657653ceb to your computer and use it in GitHub Desktop.
Save lastknight/b3e286ecad7657653ceb to your computer and use it in GitHub Desktop.
require 'anemone'
Anemone.crawl("http://stackoverflow.com/", {:proxy_host => 'proxy.xyz.com', :proxy_port => '9999'}) do |anemone|
anemone.on_every_page do |page|
puts page.url
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment