91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.35MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-11
  • 語言: Python
  • 標簽: 12306??

資源簡介

python實現的12306小助手,可以完成很多內部人員才能看到的購票信息。適合畢業論文使用。

資源截圖

代碼片段和文件信息

#?-*-?coding:?utf-8?-*-
import?sys

from?py12306.app?import?*
from?py12306.helpers.cdn?import?Cdn
from?py12306.log.common_log?import?CommonLog
from?py12306.query.query?import?Query
from?py12306.user.user?import?User
from?py12306.web.web?import?Web


def?main():
????load_argvs()
????CommonLog.print_welcome()
????App.run()
????CommonLog.print_configs()
????App.did_start()

????App.run_check()
????Query.check_before_run()

????#######?運行任務
????Web.run()
????Cdn.run()
????User.run()
????Query.run()
????if?not?Const.IS_TEST:
????????while?True:
????????????sleep(10000)
????else:
????????if?Config().is_cluster_enabled():?stay_second(5)??#?等待接受完通知
????CommonLog.print_test_complete()


def?test():
????“““
????功能檢查
????包含:
????????賬號密碼驗證?(打碼)
????????座位驗證
????????乘客驗證
????????語音驗證碼驗證
????????通知驗證
????:return:
????“““
????Const.IS_TEST?=?True
????Config.OUT_PUT_LOG_TO_FILE_ENABLED?=?False
????if?‘--test-notification‘?in?sys.argv?or?‘-n‘?in?sys.argv:
????????Const.IS_TEST_NOTIFICATION?=?True
????pass


def?load_argvs():
????if?‘--test‘?in?sys.argv?or?‘-t‘?in?sys.argv:?test()
????config_index?=?None

????if?‘--config‘?in?sys.argv:?config_index?=?sys.argv.index(‘--config‘)
????if?‘-c‘?in?sys.argv:?config_index?=?sys.argv.index(‘-c‘)
????if?config_index:
????????Config.CONFIG_FILE?=?sys.argv[config_index?+?1:config_index?+?2].pop()


if?__name__?==?‘__main__‘:
????main()

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-10-07?17:35??python?12306購票助手\
?????文件??????811682??2019-10-07?17:27??python?12306購票助手\12306?購票助手,支持集群,多賬號,多任務購票以及?Web?頁面管理.pdf
?????目錄???????????0??2019-09-29?15:58??python?12306購票助手\py12306-master\
?????文件??????????93??2019-09-29?15:58??python?12306購票助手\py12306-master\.gitignore
?????文件?????????147??2019-09-29?15:58??python?12306購票助手\py12306-master\.gitpod.yml
?????目錄???????????0??2019-09-29?15:58??python?12306購票助手\py12306-master\data\
?????文件???????32518??2019-09-29?15:58??python?12306購票助手\py12306-master\data\cdn.txt
?????目錄???????????0??2019-09-29?15:58??python?12306購票助手\py12306-master\data\images\
?????文件??????392869??2019-09-29?15:58??python?12306購票助手\py12306-master\data\images\order_success.png
?????文件??????224795??2019-09-29?15:58??python?12306購票助手\py12306-master\data\images\web.png
?????文件???????95846??2019-09-29?15:58??python?12306購票助手\py12306-master\data\stations.txt
?????文件?????????252??2019-09-29?15:58??python?12306購票助手\py12306-master\docker-compose.yml.example
?????文件?????????332??2019-09-29?15:58??python?12306購票助手\py12306-master\Dockerfile
?????文件????????6861??2019-09-29?15:58??python?12306購票助手\py12306-master\env.docker.py.example
?????文件????????6859??2019-09-29?15:58??python?12306購票助手\py12306-master\env.py.example
?????文件?????????401??2019-09-29?15:58??python?12306購票助手\py12306-master\env.slave.py.example
?????文件???????11356??2019-09-29?15:58??python?12306購票助手\py12306-master\LICENSE
?????文件????????1470??2019-09-29?15:58??python?12306購票助手\py12306-master\main.py
?????目錄???????????0??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\
?????文件????????6097??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\app.py
?????目錄???????????0??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\cluster\
?????文件???????10328??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\cluster\cluster.py
?????文件????????1778??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\cluster\redis.py
?????文件???????????0??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\cluster\__init__.py
?????文件????????7048??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\config.py
?????目錄???????????0??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\exceptions\
?????文件???????????0??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\exceptions\__init__.py
?????目錄???????????0??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\helpers\
?????文件????????2301??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\helpers\api.py
?????文件????????2778??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\helpers\auth_code.py
?????文件????????8142??2019-09-29?15:58??python?12306購票助手\py12306-master\py12306\helpers\cdn.py
............此處省略82個文件信息

評論

共有 條評論