getProxy-package {getProxy} | R Documentation |
Get Free Proxy IP and Port
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:
Package: | getProxy |
Type: | Package |
Title: | Get Free Proxy IP and Port |
Version: | 1.13 |
Date: | 2022-01-05 |
Author: | Alexey Seleznev <selesnow@gmail.com> |
Maintainer: | Alexey Seleznev <selesnow@gmail.com> |
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. |
Depends: | R (>= 3.5.0) |
BugReports: | https://github.com/selesnow/getProxy/issues |
Imports: | httr, cli |
URL: | https://selesnow.github.io/getProxy/ |
License: | GPL-2 |
Index of help topics:
getProxy Get ip and port by free proxy, start ans stop internet connection over free proxy server. getProxy-package Get Free Proxy IP and Port
Author(s)
Alexey Seleznev <selesnow@gmail.com>
Maintainer: Alexey Seleznev <selesnow@gmail.com>
Examples
## 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)
[Package getProxy version 1.13 Index]