mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-09-01 16:59:25 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0aab06192 | |||
| 43b00d8b48 | |||
| 32c93159ac |
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
pull_request:
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021-2025 Knugi
|
||||
Copyright (c) 2021-2026 Knugi
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -141,6 +141,13 @@ After extracting, you will get this:
|
||||

|
||||
|
||||
|
||||
## Working with Business
|
||||
If you are working with WhatsApp Business, add the `--business` flag to the command
|
||||
```sh
|
||||
wtsexporter -a --business ...other flags
|
||||
wtsexporter -i --business ...other flags
|
||||
```
|
||||
|
||||
## More options
|
||||
Invoke the wtsexporter with --help option will show you all options available.
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user