A collection of command-line tools written in Python that allow you to interact with the Battle.net client and Agent
pip install bnet-toolbox
To install the current WoW beta client:
bnet install wow_beta
Current Commands:
install <agent_uid>: Installs a product- If the TACT product ID does not match the agent UID, you can provide the TACT product ID with
--tact_product=$product_name_here
- If the TACT product ID does not match the agent UID, you can provide the TACT product ID with
uninstall <agent_uid>: Uninstalls a productupdate <agent_uid>: Updates a productproducts: Lists the currently installed productssessions: Lists active game sessionsrepair: Requests repair of an installed producthardware: Returns some hardware information
Tip
The product IDs that Agent uses (agent_uids) are not the same as those that TACT uses. Most of the IDs will end up being the same, but some won't match. You can find a list of products and their Agent UIDs on the TACT wiki page.