3 Commits

Author SHA1 Message Date
Knugi
e0aab06192 Update LICENSE 2026-01-21 16:06:12 +00:00
Knugi
43b00d8b48 Update README.md 2026-01-21 14:28:41 +00:00
Knugi
32c93159ac Update ci.yml 2026-01-12 15:50:19 +00:00
3 changed files with 9 additions and 2 deletions

View File

@@ -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 }}

View File

@@ -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

View File

@@ -141,6 +141,13 @@ After extracting, you will get this:
![Private Message](imgs/pm.png) ![Private Message](imgs/pm.png)
## 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