北邮统一登录网关 API
Project description
BUPT Session
北邮统一登录网关 Session。用于需要登录的网络请求。
Usage
from bupt_session_py import Session
session = Session()
try:
session.login('2022114514', 'yjsp1919810')
# 进行一些北邮服务的网络请求
# 这里以查询电费服务为例子
# (More detail: https://github.com/jerrymakesjelly/electricity-monitor)
session.post('https://app.bupt.edu.cn/buptdf/wap/default/chong', allow_redirects=False)
session.post('other url')
# ...
except Exception as e:
print(e)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bupt_session-0.1.0b0.tar.gz
(4.0 kB
view details)
File details
Details for the file bupt_session-0.1.0b0.tar.gz
.
File metadata
- Download URL: bupt_session-0.1.0b0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9f3c5e74dfc5d8ce70a37515efdebd00cce0a3a897b00d95265c908ce3fe5a6 |
|
MD5 | 2192f8f870b1a586e8aa7f4993349f7b |
|
BLAKE2b-256 | ef4b679043588e9d8d8637bd6009af897b29515cf2cc519cf384093820202f93 |