模拟登录西南科技大学一站式网上服务大厅,带验证码识别
Project description
auth_swust
免责声明
请自觉遵守所在国家/地区法律法规,本程序仅供学习参考,一切法律责任由用户自己承担,与开发者无关。
开始使用
安装:
pip install auth-swust
注意,在你开始使用之前,需要安装需要的两个深度学习框架之一!
注意,在你开始使用之前,需要安装需要的两个深度学习框架之一!
注意,在你开始使用之前,需要安装需要的两个深度学习框架之一!
在你的项目中引入包:
import os
import sys
# 设置验证码识别框架 需要先安装 keras, tensorflow
os.environ['CAPTCHA_BACKEND'] = "keras"
from loguru import logger
from auth_swust import Login, default_logger
# 设置 log 等级
logger.remove(default_logger)
logger.add(sys.stdout, level="DEBUG")
login = Login("xxxxxx", "xxxxxxx")
res, info = login.try_login()
# 使用上面的返回值进行下一步的处理
# 具体返回值类型可以查看代码 try_login 的注释
如果你想设置 log 等级,请查看: 设置 LOG
开发须知
开发前安装依赖
pip install -r requirements.txt
测试所需依赖:
pip install -r dev/requirements_test.txt
测试:
pytest
在本地安装
python setup.py install
生成包:
python setup.py sdist bdist_wheel
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
auth_swust-1.4.1.tar.gz
(2.3 MB
view details)
Built Distribution
File details
Details for the file auth_swust-1.4.1.tar.gz
.
File metadata
- Download URL: auth_swust-1.4.1.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2591e2b3934cdeccb223d25cdbf300a273ea6da89fca9bf26621857f92c3953a |
|
MD5 | 981a52d8fa618e8c6cc75f37059dc9a8 |
|
BLAKE2b-256 | 75838b74c393e10ca37c75f69f67a77bd5e24baa0c2b2f723b7de904bc1a588f |
File details
Details for the file auth_swust-1.4.1-py3-none-any.whl
.
File metadata
- Download URL: auth_swust-1.4.1-py3-none-any.whl
- Upload date:
- Size: 2.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d9ff1da8e990c5c76c3280e4594e77c3814461064927c01c21d9f8d3892d604 |
|
MD5 | 1e47a09c85c24575124610a05da8464a |
|
BLAKE2b-256 | 867d5e88ccfee193c673b973b23924caca59a59fc96c8676d61cb492e1020d7d |