mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-06-08 17:03:02 +00:00
Compare commits
3 Commits
0.13.0rc2
...
e0aab06192
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0aab06192 | ||
|
|
43b00d8b48 | ||
|
|
32c93159ac |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
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
|
## More options
|
||||||
Invoke the wtsexporter with --help option will show you all options available.
|
Invoke the wtsexporter with --help option will show you all options available.
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user