-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREADME
More file actions
29 lines (17 loc) · 916 Bytes
/
README
File metadata and controls
29 lines (17 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
proxyhunter
===========
proxyhunter may be used to find free proxies, it performs searching using available adapters for search engines
(like Google and so on). All found proxies may be checked for availability, proxy type and speed. proxyhunter
uses database as storage for found proxies, so you can easily perfrom any SELECT statement to find what you need.
QUICK START
First of all you should install one of the available database schema.
The easiest for deploy is SQLite (but not very fast). See CPAN for other alternatives.
$ cpan App::ProxyHunter::Model::Schema::SQLite
Then you should generate configuration file and edit if needed
$ proxyhunter --create-config proxyhunter.jconf
Now it is time to create database schema
$ proxyhunter --config proxyhunter.jconf --create-schema
And finally you can start the process
$ proxyhunter --config proxyhunter.jconf
INSTALLATION
cpan App::ProxyHunter