Update README.md

This commit is contained in:
hyugogirubato 2024-10-06 12:12:58 +02:00
parent 66d8d1006e
commit bf0cf05a82

View File

@ -107,19 +107,19 @@ usage: ticket.py [-h] [--type {SUBSCRIBER,LIFETIME,FREE,NO_LOGIN}]
#### Example Ticket Generation #### Example Ticket Generation
1. **Log in and Generate a Ticket**: - **Log in and Generate a Ticket**:
```bash ```bash
python ticket.py login myemail@example.com mypassword --client WINDOWS python ticket.py login myemail@example.com mypassword --client WINDOWS
``` ```
2. **Use an Existing Token**: - **Use an Existing Token**:
```bash ```bash
python ticket.py token "your-32-char-token" python ticket.py token "your-32-char-token"
``` ```
3. **Extract Information from a Ticket**: - **Extract Information from a Ticket**:
```bash ```bash
python ticket.py info "serialized-ticket-string" python ticket.py info "serialized-ticket-string"