Update README.md
This commit is contained in:
parent
66d8d1006e
commit
bf0cf05a82
@ -107,19 +107,19 @@ usage: ticket.py [-h] [--type {SUBSCRIBER,LIFETIME,FREE,NO_LOGIN}]
|
||||
|
||||
#### Example Ticket Generation
|
||||
|
||||
1. **Log in and Generate a Ticket**:
|
||||
- **Log in and Generate a Ticket**:
|
||||
|
||||
```bash
|
||||
python ticket.py login myemail@example.com mypassword --client WINDOWS
|
||||
```
|
||||
|
||||
2. **Use an Existing Token**:
|
||||
- **Use an Existing Token**:
|
||||
|
||||
```bash
|
||||
python ticket.py token "your-32-char-token"
|
||||
```
|
||||
|
||||
3. **Extract Information from a Ticket**:
|
||||
- **Extract Information from a Ticket**:
|
||||
|
||||
```bash
|
||||
python ticket.py info "serialized-ticket-string"
|
||||
|
Loading…
Reference in New Issue
Block a user