模拟登录西南科技大学一站式网上服务大厅,带验证码识别
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.5.0.tar.gz
(1.5 MB
view details)
Built Distribution
File details
Details for the file auth_swust-1.5.0.tar.gz
.
File metadata
- Download URL: auth_swust-1.5.0.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73a06b05edd0f77cbb8d8d448174682d452637ebdaef26d5730801f1e156915c |
|
MD5 | 40175c34f0325bf5ffa4b6253b68671d |
|
BLAKE2b-256 | 7c866a8b76f2215598210ec785f98c0b11a9b33fe1310bef2b4af1133ced5b9c |
File details
Details for the file auth_swust-1.5.0-py3-none-any.whl
.
File metadata
- Download URL: auth_swust-1.5.0-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9f39614b4fe9ab31bd32c9e65fab1902325d5450196e2fee3ba148b057c3a8c |
|
MD5 | 758dd38fcec49b733c7f1f1d3a9cfd47 |
|
BLAKE2b-256 | 4c1d46de287180c421197b8297a4fc6bd75005f3487ccbf483019d0c2d382bb0 |