Skip to main content

Apis lib for yiban.

Project description

易班 🔔

  • 🔥 简单、易用、可扩展的易班 API 接口
  • 📕 适用于校本化分应用打卡
  • 🔧 可适配不同分应用

python version

pip install --upgrade fyiban

快速入门

"""快速入门"""
from yiban import Yiban

if __name__ == '__main__':
    yb = Yiban("手机号", "密码")
    user   = yb.get_user_name()         # 获取用户信息
    token  = yb.get_access_token()      # 获取登录密钥
    uftask = yb.get_uncompleted_task()  # 获取校本化未完成任务
    ...

示例

"""校本化健康打卡"""
from yiban import Yiban

if __name__ == '__main__':
    task_data = {
        "Data":{...},
        "Extend": {...}
    }
    yb = Yiban("手机号", "密码")
    yb.submit_task(task_data)
    ...

目录结构

yiban
├── Apis
│   ├── Task.py
│   ├── User.py
│   └── Yiban.py
└── Core
    ├── BaseYiban.py
    ├── Login.py
    └── STask.py

声明

此项目仅供学习交流,为配合防疫工作,请确保每日体温正常再进行上报。

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

fyiban-1.0.1.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fyiban-1.0.1-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file fyiban-1.0.1.tar.gz.

File metadata

  • Download URL: fyiban-1.0.1.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for fyiban-1.0.1.tar.gz
Algorithm Hash digest
SHA256 dfb36664547b4a4976b6f0f4ca0eb17b5e69c8ee4f93cdeeb719d92de466c116
MD5 0f58ce419591bd98ce1e69259aaa271e
BLAKE2b-256 207481368e63cbb9d6892904ca0b0530b7cc515d0e76ff0995a542ce7f336b67

See more details on using hashes here.

File details

Details for the file fyiban-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: fyiban-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for fyiban-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 18cfb737ee6ced815028e2ef0ba0ec03d9db8a8c2943ca17ea817ad446217bb6
MD5 6d1cecb4d0c973f48bc52958a47091c1
BLAKE2b-256 bbd1092a5ff581b410aefb2507bf809b1a5fef1a738d6d12e79d307784ed067f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page