An open API service indexing awesome lists of open source software.

https://github.com/cybellereaper/wizquicklauncher

A command-line tool written in Go that automates the login process for multiple Wizard101 accounts. It allows users to log in to multiple accounts simultaneously and position each game window on the screen as desired. The application reads the account details from a JSON configuration file, including usernames, passwords, etc.
https://github.com/cybellereaper/wizquicklauncher

quicklaunch quickstart wiz101 wizard101

Last synced: about 2 months ago
JSON representation

A command-line tool written in Go that automates the login process for multiple Wizard101 accounts. It allows users to log in to multiple accounts simultaneously and position each game window on the screen as desired. The application reads the account details from a JSON configuration file, including usernames, passwords, etc.

Awesome Lists containing this project

README

          

# WizQuickLauncher

> This product is now currently being updated, and under extreme development, basic login functionality works, modding capability being added soon!

## Security and encrypted logins

The configuration generator now stores account passwords encrypted. To decrypt them at runtime, set the environment variable `WIZQL_PASSPHRASE` to the passphrase you used while creating the config. The `config.json` file is written with restrictive permissions (0600) to keep secrets private on disk.