Skip to content

Commit

Permalink
minor update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Placidina committed Apr 28, 2019
1 parent 2968c25 commit 40eb002
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@

Bot to search free HTTP proxies

Screenshot

----
## Screenshot

![Terminal](https://i.imgur.com/znTV1Cg.png)

Installation

----
## Installation

Cloning the [Git](https://github.com/Placidina/GetProxies) repository
````
Expand All @@ -25,11 +21,10 @@ Install dependencies
```
$ python -m pip install -r requirements.txt
```
GetProxies works out of the box with [Python](http://www.python.org/download/) version 2.7.x on any platform.

Output
GetProxies works out of the box with [Python](http://www.python.org/download/) version 3.x on any platform.

----
## Output

Output JSON result
```
Expand All @@ -47,9 +42,7 @@ Output JSON result
* Parameter `port` of type `Integir` - Port of proxy
* Parameter `ms` of type `null` or `String` - Proxy response time of argument `--check`

Arguments

----
## Arguments

```
-o | --output Output JSON file (e.g, exemple.json)
Expand All @@ -63,11 +56,10 @@ Arguments
--all Get proxies from all sites
--all-no All proxies except
--check Verify the proxies is working
--check-url CHECKER Url to checke your current ip
```

Usage

----
## Usage

```
python getproxies.py --all
Expand Down

0 comments on commit 40eb002

Please sign in to comment.