This release is a pre-release and may not be stable for production use.
qums.py
Automatically fetch student data from QUMS
Prerequisites
Tesseract OCR must be installed on your system for captcha solving:
# Ubuntu/Debian
sudo apt-get install tesseract-ocr
# macOS
brew install tesseract
# Windows
scoop install tesseract
Quick start
Create a .env file with:
QUMS_USERNAME=your_username
QUMS_PASSWORD=your_password
Then install the package:
pip install qums-fetch
Usage
from qums_fetch import Client
client = Client(USERNAME, PASSWORD)
print(client.student_details)
print(client.today_attendance)
Development
See CONTRIBUTING.md for setup instructions. Check TODO.md for open tasks and API coverage.
Credits
The captcha solving approach in this project is based on Kyun-UMS by 24kaushik.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qums_fetch-0.4.4.dev1.tar.gz.
File metadata
- Download URL: qums_fetch-0.4.4.dev1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee66c4aef7ba6b5a47e693ff40e58afb12d506605b49bd2d72b6b0aea6b475d0
|
|
| MD5 |
3e76a219c0d79ff093aef6839fe7215f
|
|
| BLAKE2b-256 |
458f9c89033becb6f12c1b5c57bbf447af64d6f742a1a1e091372fd43a969066
|
File details
Details for the file qums_fetch-0.4.4.dev1-py3-none-any.whl.
File metadata
- Download URL: qums_fetch-0.4.4.dev1-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87fbf8f9afd2a3f87946a1edda11768ce125064097fe0c6bcd8a4aac528ff726
|
|
| MD5 |
fec5698afdaa195f928014ee67e5d527
|
|
| BLAKE2b-256 |
9b08521fff208f842813d8056a22552b3ad2216a4d182f9f8c052997911dd777
|