diff --git a/.travis.yml b/.travis.yml
index 8681760..5dfd23c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,13 +3,8 @@ sudo: true
python:
- "3.6"
install:
- - pip install twilio
- - pip install pypyodbc
+ - pip install -r requirements.txt
script:
- cp src/* test/
- cd test
- - python test_spider.py
- - python test_spider.py
- - python test_tool.py
- - python test_tool.py
- - python test_single_spider.py
+ - /usr/bin/time -v python test_spider.py
\ No newline at end of file
diff --git a/Pydoc/configs.html b/Pydoc/configs.html
index e32242e..f3df5e4 100644
--- a/Pydoc/configs.html
+++ b/Pydoc/configs.html
@@ -9,11 +9,13 @@
configs
Created on Sep 19, 2018
-
-@author: QiZhao
+
@author: QiZhao
+@contact: zhaoqi99@outlook.com
+@since: 2018-09-19
@license: GNU GPLv3
-@version: 0.2.0
ACCOUNT_ID = '' +APPID = ' ' AUTHOR_EMAIL = '' AUTHOR_NAME = '' AUTH_TOKEN = '' +DATABASE_NAME = '' EMAIL_PORT = 0 EMAIL_SERVER = '' FROM_ADDR = '' +GRANT_TYPE = 'client_credential' LOG_ENABLED = True PASSWORD = '' +SAVE_TYPE = 'MYSQL' SCHOOL_NAME = '' -SPIDER_CONFIG = [{'coding': '', 'rule': '', 'subject_CN': '', 'subject_EN': '', 'url': '', 'url_main': ''}, {'coding': '', 'rule': '', 'subject_CN': '', 'subject_EN': '', 'url': '', 'url_main': ''}] +SECRET = ' ' +SHOW_RIGHT = False +SPIDER_CONFIG = [] +SQL_PASSWORD = '' +SQL_USERNAME = '' +TARGET_IP = '' TWILIO_NUMBER = '' VERSION = '' |