Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

lgfrbcsgo/wot-hooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WoT Hooking

Library for hooking into WoT function calls.

from mod_hooking.strategy import before
from shared_utils.account_helpers.BattleResultsCache import BattleResultsCache

@before(BattleResultsCache, "get")
def before_get(*args, **kwargs):
    print "About to fetch a battle result!"

About

Library for hooking into WoT function calls.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages