infinite/README.md

80 lines
1.7 KiB
Markdown
Raw Normal View History

2023-07-13 21:43:36 -04:00
# Infinite
2024-05-28 20:33:45 -04:00
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
2023-07-13 21:43:36 -04:00
Infinite is a proxy scraper & checker made in Go
2024-05-28 20:33:45 -04:00
## Requirements
2023-07-13 21:43:36 -04:00
```
go (1.20+)
```
2024-05-28 20:33:45 -04:00
## Installation
2023-07-13 21:43:36 -04:00
```
2024-05-28 20:33:45 -04:00
git clone https://git.supernets.org/perp/infinite
2023-07-13 21:43:36 -04:00
cd infinite/cmd/infinite
go install .
```
2024-05-28 20:33:45 -04:00
## Usage
2023-07-13 21:43:36 -04:00
```
Infinite is a proxy scraper & checker made in Go
Usage:
infinite [flags]
infinite [command]
Available Commands:
check Check proxies from a file
scrape Scrape proxies from a file
help Help about any command
Flags:
-h, --help help for infinite
Use "infinite [command] --help" for more information about a command.
```
```
Check proxies from a file
Usage:
infinite check [flags]
Flags:
-f, --file string Path to proxies file
-o, --output string Path to output proxies file
-4, --socks4 Filter socks4 proxies
-a, --socks4a Filter socks4a proxies
-5, --socks5 Filter socks5 proxies
-t, --threads int Thread amount (default 1)
-v, --verbose Verbose mode
-h, --help help for check
```
```
Scrape proxies from a file
Usage:
infinite scrape [flags]
Flags:
-f, --file string Path to sources file
-o, --output string Path to output proxies file
-t, --threads int Thread amount (default 1)
-v, --verbose Verbose mode
-h, --help help for scrape
```
### Scrape proxies & save to a file
```
infinite scrape -f sources.txt -o proxies.txt -t 10 -v
```
### Check socks5 proxies & save to a file
```
infinite check -f proxies.txt -o socks5.txt -t 100 -5
```
2024-05-28 20:33:45 -04:00
## Disclaimer
2023-07-13 21:43:36 -04:00
###### Developers are not responsible for any misuse