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.6.2.tar.gz
(30.8 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.6.2-py3-none-any.whl
(36.5 kB
view details)
File details
Details for the file hbrowser-0.6.2.tar.gz.
File metadata
- Download URL: hbrowser-0.6.2.tar.gz
- Upload date:
- Size: 30.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7af15cb3b36c260147e99167673c2a2771f67fd5c97ff21cc12a5ab5ae30a3bd
|
|
| MD5 |
9fb4ebce7e3a234e0db64c09cfea30c0
|
|
| BLAKE2b-256 |
99ae332af94ddee284e2c901d65fed7c1cb1624788be61dcb73d0d9a04cdc16f
|
File details
Details for the file hbrowser-0.6.2-py3-none-any.whl.
File metadata
- Download URL: hbrowser-0.6.2-py3-none-any.whl
- Upload date:
- Size: 36.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9b3c06e42d96041951662dcd061d291714acf82adf96091ab5180b813fe8fa3
|
|
| MD5 |
36b88ad2040955ae827148d402cb1e00
|
|
| BLAKE2b-256 |
509c48aae2685c0201ec141d302fb843884407a5aa02beb1c99bd00e2822939f
|