ProxyList
Get Free Proxy List
Environment
Installation
Add this line to your application's Gemfile:
gem 'proxy_list'And then execute:
$ bundle
Or install it yourself as:
$ gem install proxy_list
Usage
The country of proxy you can get by specifying the ISO country code
require 'proxy_list'  
#default US free proxy  
proxy_list = ProxyList.get_lists  
#useage country code
proxy_list = ProxyList.get_lists('GB')Contributing
- Fork it ( https://github.com/[my-github-username]/proxy_list/fork )
 - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request