Skip to content

Commit 1f443de

Browse files
committed
add WebSpiderSeed
1 parent 5c9f665 commit 1f443de

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

爬虫代码/WebSpiderSeed/main.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
'''
2+
Author: herongwei
3+
Date: 2021-06-26 11:06:09
4+
LastEditTime: 2021-06-26 11:11:31
5+
LastEditors: Please set LastEditors
6+
Description: main函数
7+
FilePath: /WebSpiderSeed/main.py
8+
'''
9+
#!/usr/bin/spython
10+
# -*- coding: utf-8 -*-
11+
12+
from lib.config_helper import ConfigHelper
13+
from lib.io_helper import IOHelper
14+
from lib.log_helper import LogHelper
15+
from lib.req_helper import ReqHelper
16+
from bin.app_search_all import do_search
17+

0 commit comments

Comments
 (0)