Skip to content

Commit

Permalink
合并py2和py3版本
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyeboy committed Jan 16, 2017
1 parent dd7b136 commit acce5a7
Show file tree
Hide file tree
Showing 67 changed files with 85 additions and 1,661 deletions.
8 changes: 3 additions & 5 deletions IPProxyPool_py2/IPProxy.py → IPProxy.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# coding:utf-8

from multiprocessing import Value, Queue, Process
from api.apiServer import start_api_server
import sys
from db.DataStore import store_data
from spider.ProxyCrawl import startProxyCrawl
from validator.Validator import validator, getMyIP

reload(sys)

This comment has been minimized.

Copy link
@pychen-raw

pychen-raw Nov 2, 2019

good

sys.setdefaultencoding('utf8')
from validator.Validator import validator, getMyIP
from spider.ProxyCrawl import startProxyCrawl

if __name__ == "__main__":
myip = getMyIP()
Expand Down
193 changes: 0 additions & 193 deletions IPProxyPool_py2/config.py

This file was deleted.

Binary file removed IPProxyPool_py2/data/proxy.db
Binary file not shown.
49 changes: 0 additions & 49 deletions IPProxyPool_py2/db/DataStore.py

This file was deleted.

31 changes: 0 additions & 31 deletions IPProxyPool_py2/db/RedisHelper.py

This file was deleted.

Loading

0 comments on commit acce5a7

Please sign in to comment.