Run XIGUA Automation Suite directly from your terminal.
Now with 6 scripts, site selection, and job history — all available from command line.
| COMMAND | DESCRIPTION | EXAMPLE |
|---|---|---|
| xigua login | Authenticate with the server | xigua login --username Regent |
| xigua logout | Clear saved session | xigua logout |
| xigua credits | Show current credit balance | xigua credits |
| xigua scripts | List all available scripts | xigua scripts |
| xigua run | Start job with script selection | xigua run --script xigua --accounts 10 --workers 2 --invite CODE |
| xigua run (with site) | Run xigua on specific site | xigua run --script xigua --site torleb --accounts 10 --workers 2 --invite CODE |
| xigua status | Check if a job is running | xigua status |
| xigua jobs | View recent job history | xigua jobs --limit 20 |
| xigua stop | Stop the running job | xigua stop |
| xigua invite | View referral stats & link | xigua invite |
| xigua help | Show all commands with examples | xigua help |
| xigua version | Show CLI version info | xigua version |