Skip to content

some high anonymous proxy spider & check service, output data api used bottle web framework.

Notifications You must be signed in to change notification settings

borgle/free-http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1dd076f · Apr 13, 2018

History

24 Commits
Jan 14, 2017
Jan 15, 2017
Jan 14, 2017
Jun 8, 2017
Apr 6, 2018
Mar 26, 2018
Apr 6, 2018
Jun 7, 2017
Apr 6, 2018
May 10, 2017
Apr 13, 2018
Apr 6, 2018
Jun 7, 2017
Jan 14, 2017
Jan 14, 2017

Repository files navigation

free-http-proxy

some high anonymous proxy spider & check service, output data api used bottle web framework.

1.Install packages

pip install -r requirements.txt

2.Install mysql

rpm -Uvh http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm
yum install -y mysql-community-server
systemctl enable mysqld
systemctl start mysqld

3.Init scheme

echo -n "Enter new mysql root password and press [ENTER]: "
read -s newpass
oldpass=`grep 'temporary password' /var/log/mysqld.log | awk '{print $NF}'`
mysql -u root -p ${oldpass} <<EOF
	ALTER USER 'root'@'localhost' IDENTIFIED BY '$newpass';
EOF
mysql -u root -p < db.sql

4.Web Interface

nohup python app.py >/dev/null 2>&1 &

5.crawling service

nohup python service.py fetch >/dev/null 2>&1 &
nohup python service.py check >/dev/null 2>&1 &

For detailed explanation on how things work, checkout the code

About

some high anonymous proxy spider & check service, output data api used bottle web framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published