A tool for browsing tasks on e-h/exh-websites.
Project description
HBrowser (hbrowser)
Usage
Here's a quick example of how to use HBrowser:
from hbrowser import DriverPass, EHDriver
if __name__ == "__main__":
driverpass = DriverPass(username="username", password="password")
with EHDriver(**driverpass.getdict()) as driver:
driver.punchin()
Here's a quick example of how to use HVBrowser:
from hbrowser import DriverPass
from hvbrowser import HVDriver
if __name__ == "__main__":
driverpass = DriverPass(username="username", password="password")
with HVDriver(**driverpass.getdict()) as driver:
driver.monstercheck()
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
hbrowser-0.5.2.tar.gz
(29.0 kB
view details)
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
hbrowser-0.5.2-py3-none-any.whl
(34.1 kB
view details)
File details
Details for the file hbrowser-0.5.2.tar.gz.
File metadata
- Download URL: hbrowser-0.5.2.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
779c3752e5d300c079dbf256be591bb1125ae648f6ab46b3923789f926cb11ef
|
|
| MD5 |
c55f9c9f10febcced75853758ffbc439
|
|
| BLAKE2b-256 |
abcaff196d9df688733e18b4b4ffeee41a106a474db248095f97604132d443ff
|
File details
Details for the file hbrowser-0.5.2-py3-none-any.whl.
File metadata
- Download URL: hbrowser-0.5.2-py3-none-any.whl
- Upload date:
- Size: 34.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c1ba41365310ac450c8aeda0f004640cbb9f44b222d92adba489d266c846dd8
|
|
| MD5 |
b38499b373e6c08b7204f60079837ad7
|
|
| BLAKE2b-256 |
230733635aa08e235fc16700c025d61a7754e7690e50669deb143bc160a8408c
|