Skip to content

Kuan-Lun/hbrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HBrowser (hbrowser)

Usage

Here's a quick example of how to use HBrowser:

from browser import DriverPass, EHDriver, HVDriver


if __name__ == "__main__":
    driverpass = DriverPass(username="username", password="password")

    with EHDriver(**driverpass.getdict()) as driver:
        driver.punchin()

    with HVDriver(**driverpass.getdict()) as driver:
        driver.monstercheck()

About

A tool for browsing tasks on e-h/exh-websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages