https://github.com/frkr/kommo-cli
Kommo CLI - Command Line
https://github.com/frkr/kommo-cli
cli deno kommo nodejs
Last synced: about 2 months ago
JSON representation
Kommo CLI - Command Line
- Host: GitHub
- URL: https://github.com/frkr/kommo-cli
- Owner: frkr
- License: apache-2.0
- Created: 2024-03-12T03:35:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T16:07:50.000Z (over 2 years ago)
- Last Synced: 2025-01-03T09:18:19.614Z (over 1 year ago)
- Topics: cli, deno, kommo, nodejs
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Kommo CLI [Deno](https://deno.com/)
- List All contacts and remove duplicates
```shell
./main.ts > contatos.csv
```
- Help
```shell
./main.ts --help
```
```text
kcli :: Kommo CLI
contact :: Get Contact by ID
list :: List Contact
listAll :: List ALL Contact
link :: Link Contact
ENV: KOMMO_LONGLIVED_TOKEN, DOMAIN
```