All Projects → BaseMax → RandomProxyRuby

BaseMax / RandomProxyRuby

Licence: GPL-3.0 license
Tiny Library for get random proxy (free).

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to RandomProxyRuby

socks5 list
Auto-updated SOCKS5 proxy list + proxies for Telegram
Stars: ✭ 210 (+1212.5%)
Mutual labels:  proxy-server, proxy-list, freeproxy
proxy-scraper
⭐️ A proxy scraper made using Protractor | Proxy list Updates every three hour 🔥
Stars: ✭ 201 (+1156.25%)
Mutual labels:  proxy-list, getproxy, freeproxy
laravel-module-loader
THIS PACKAGE HAS BEEN DEPRECATED — A lightweight package to organize your code into contextual modules.
Stars: ✭ 76 (+375%)
Mutual labels:  module, modules
JlContentFieldsFilter
Модуль фильтрации материалов Joomla по дополнительным полям
Stars: ✭ 20 (+25%)
Mutual labels:  module, plugins
Resolve
Implements the node.js require.resolve() algorithm
Stars: ✭ 622 (+3787.5%)
Mutual labels:  module, modules
Mubeng
An incredibly fast proxy checker & IP rotator with ease.
Stars: ✭ 234 (+1362.5%)
Mutual labels:  proxy-server, proxy-list
shopyo
shopyo.readthedocs.org
Stars: ✭ 66 (+312.5%)
Mutual labels:  module, modules
Modclean
Remove unwanted files and directories from your node_modules folder
Stars: ✭ 309 (+1831.25%)
Mutual labels:  module, modules
Proxy List
A list of free, public, forward proxy servers. UPDATED DAILY!
Stars: ✭ 1,125 (+6931.25%)
Mutual labels:  proxy-server, proxy-list
Depject
simplest dependency injection
Stars: ✭ 90 (+462.5%)
Mutual labels:  module, modules
Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (+118.75%)
Mutual labels:  module, modules
Graphql devise
GraphQL interface on top devise_token_auth
Stars: ✭ 100 (+525%)
Mutual labels:  gem, api-server
Proxybroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS 🎭
Stars: ✭ 2,767 (+17193.75%)
Mutual labels:  proxy-server, proxy-list
Freeproxy
免费、高速的 V2Ray 代理和订阅。
Stars: ✭ 104 (+550%)
Mutual labels:  proxy-server, proxy-list
nuxt-modules
AX2's Nuxt modules
Stars: ✭ 30 (+87.5%)
Mutual labels:  module, modules
Delete
(迫于压力,本项目停止维护,请尽快fork代码。1月1日之后删除项目)[免翻墙工具]A free and open-source youtube video proxy script [Written in PHP]
Stars: ✭ 1,316 (+8125%)
Mutual labels:  proxy-server, proxy-list
LibPQ
Detach your M code from workbooks to reuse it! Import modules from local or web storage (unlimited number of sources)
Stars: ✭ 55 (+243.75%)
Mutual labels:  module, modules
Proxy requests
a class that uses scraped proxies to make http GET/POST requests (Python requests)
Stars: ✭ 357 (+2131.25%)
Mutual labels:  proxy-server, proxy-list
Awesome Web Scraping
List of libraries, tools and APIs for web scraping and data processing.
Stars: ✭ 4,510 (+28087.5%)
Mutual labels:  proxy-server, proxy-list
Jcnavigator
A decoupled navigator framework of jumping between modules or apps for iOS development.
Stars: ✭ 33 (+106.25%)
Mutual labels:  module, modules

RandomProxyRuby

Tiny and Powerful Library for get random proxy (free).

RandomProxy-1.0.0.gem File Size RandomProxy.rb Validation Code

Features

  • Compact
  • Free API (2 requests per second)
  • Based on httparty , json

If the API address has changed , This repository will be updated. use the new version.

Installation

  • $ gem install RandomProxy

Installation depends

  • $ gem install json
  • $ gem install httparty

Samples

To view the full details, run the Example.rb file.

RandomProxy.get()

require 'RandomProxy'

proxy=RandomProxy.get()
if  proxy["error"] && proxy["error"] == false then
  puts proxy["ip"]
else
  puts "Error!"
end

License

RandomProxy is licensed under the GNU General Public License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].