Skip to content

Commit ce1bd08

Browse files
committed
updated
1 parent a7421d1 commit ce1bd08

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
# free-http-proxy
2+
> some high anonymous proxy spider & check service, output data api used `bottle` web framework.
23
3-
> 一些免费的**高匿名**HTTP代理采集加验证爬虫,采用`bottle`做web interface输出代理,供其他爬虫调用。
44

5-
6-
## Run on CentOS 7
7-
8-
1.Install packages
5+
### 1.Install packages
96
```bash
107
pip install -r requirements.txt
118
```
129

13-
2.Install mysql
10+
### 2.Install mysql
1411
```bash
1512
rpm -Uvh http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm
1613
yum install -y mysql-community-server
1714
systemctl enable mysqld
1815
systemctl start mysqld
1916
```
2017

21-
3.Init scheme
18+
### 3.Init scheme
2219
```bash
2320
echo -n "Enter new mysql root password and press [ENTER]: "
2421
read -s newpass
@@ -29,12 +26,12 @@ EOF
2926
mysql -u root -p < db.sql
3027
```
3128

32-
4.Web Interface
29+
### 4.Web Interface
3330
```bash
3431
nohup python app.py >/dev/null 2>&1 &
3532
```
3633

37-
5.crawling service
34+
### 5.crawling service
3835
```bash
3936
nohup python service.py fetch >/dev/null 2>&1 &
4037
nohup python service.py check >/dev/null 2>&1 &

0 commit comments

Comments
 (0)