Skip to content

Commit 1c65564

Browse files
authored
Update readme.md
Added description for new functions added.
1 parent e34115b commit 1c65564

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This library allows user to query an IP address if it was being used as open pro
99

1010
IP2Proxy R package required IP2Proxy Python library to work. In order to install IP2Proxy Python library, you can use the following command:
1111

12+
```Python
13+
pip install IP2Proxy
14+
```
15+
1216
## Installation
1317

1418
1. In your RStudio IDE, type the following command into the console:
@@ -18,17 +22,15 @@ IP2Proxy R package required IP2Proxy Python library to work. In order to install
1822
require(devtools)
1923
```
2024

21-
```
22-
23-
```
24-
2525
2. After that, install IP2Proxy R package by using the following command: `install_github("ip2location/ip2proxy-r")`
2626

2727
## Usage
2828

2929
1. Load IP2Proxy BIN database by the following command: `ip2proxy::open(path_to_your_database)`
3030
2. Query all the proxy information for an IP address by this command: `ip2proxy::get_all(ip_address)`
3131
3. To know whether an IP address is a proxy or not, you can do this by: `ip2proxy::is_proxy(ip_address)`
32+
4. Query the proxy information for an IP address using web service: `ip2proxy::lookup_web_service(your_api_key, ip_address, package)`
33+
5. To plot IP addresses on the map: ip2proxy::plot_map(c(list_of_ip_addresses))
3234

3335
## Proxy Type
3436

@@ -69,4 +71,4 @@ IP2Proxy R package required IP2Proxy Python library to work. In order to install
6971

7072
## Support
7173

72-
Email: [[email protected]](mailto:[email protected]). URL: [https://www.ip2location.com](https://www.ip2location.com/)
74+
Email: [[email protected]](mailto:[email protected]). URL: [https://www.ip2location.com](https://www.ip2location.com/)

0 commit comments

Comments
 (0)