getProxy-package: Get Free Proxy IP and Port

Description Details Author(s) Examples

Description

Allows get address and port of the free proxy server, from one of two services <http://gimmeproxy.com/> or <https://getproxylist.com/>. And it's easy to redirect your Internet connection through a proxy server.

Details

The DESCRIPTION file: This package was not yet installed at build time.
Index: This package was not yet installed at build time.

Author(s)

Alexey Seleznev <selesnow@gmail.com>

Maintainer: Alexey Seleznev <selesnow@gmail.com>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
library(getProxy)
#For get ans start proxy settings 
prox_ip_and_port <- getProxy(port    = "3128", 
							 country = "RU", 
							 action  = "start")

# This put you code for get data 
# from blocked source

#For stop proxy
getProxy(action = "stop")

## End(Not run)

selesnow/getProxy documentation built on Jan. 8, 2022, 3:35 p.m.