keyword-cli
v1.0.5
Published
CLI tool to fetch keywords from MyKeyworder for stock photography tagging
Maintainers
Readme
keyword-cli
CLI tool to fetch keywords from MyKeyworder for stock photography tagging.
⚠️ Disclaimer
This tool uses MyKeyworder service (e.g., https://www.mykeyworder.com/keywords?tags="your title here"&exclude=&language=en). This project is:
- NOT affiliated with MyKeyworder
- NOT official MyKeyworder software
- NOT maintained by MyKeyworder
All responsibility for using this tool lies with the user. MyKeyworder may change, block, or limit access at any time. Use at your own risk.
Installation
npm install -g keyword-cliUsage
keyword "title" [exclude1,exclude2,...] [options]Examples
Basic usage:
keyword "hands typing on keyboard"With exclusions:
keyword "business meeting" "image,video"Get all keywords (not just top 50):
keyword "business meeting" "" --rawOptions
| Flag | Description |
|------|-------------|
| --raw, -r | Return all keywords (not just top 50) |
| --help, -h | Show help message |
| --version, -v | Show version number |
Output
- Default: 50 comma-separated keywords (no spaces)
- With
--raw: All available keywords
License
MIT
