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.4.6.tar.gz
(28.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.4.6-py3-none-any.whl
(33.1 kB
view details)
File details
Details for the file hbrowser-0.4.6.tar.gz.
File metadata
- Download URL: hbrowser-0.4.6.tar.gz
- Upload date:
- Size: 28.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 |
5dd788eee39697fd945ede1cb40963f43a9df837fcca0c93e4ee242aef854b65
|
|
| MD5 |
f316c932914e040ccd9c7ba89e48b6bf
|
|
| BLAKE2b-256 |
dcfb83765ee42ff458641963b46b5cea7015325fc05a5155a04d83f192d591f7
|
File details
Details for the file hbrowser-0.4.6-py3-none-any.whl.
File metadata
- Download URL: hbrowser-0.4.6-py3-none-any.whl
- Upload date:
- Size: 33.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 |
e405f5ae9d1587337bbb8de5da49ff496ec407860cc85b17f538f61c054da68e
|
|
| MD5 |
449de277a96dfa573b2e50bd821f6f57
|
|
| BLAKE2b-256 |
465e0daa4ce466915afc5b3cf6fdf09ae70534d4e3fa29477eb5670a5f327ac5
|