@vibeprospecting/vpai 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -5
- package/dist/vpai +0 -0
- package/dist/vpai.js +4087 -75
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -16,10 +16,7 @@ Search any company or professional to access emails, phone numbers, roles, growt
|
|
|
16
16
|
# Install globally
|
|
17
17
|
npm install -g @vibeprospecting/vpai
|
|
18
18
|
|
|
19
|
-
#
|
|
20
|
-
mcporter auth vpai
|
|
21
|
-
|
|
22
|
-
# Run
|
|
19
|
+
# Run (browser opens for OAuth on first use)
|
|
23
20
|
vpai --help
|
|
24
21
|
vpai match-business --args '{"businesses_to_match":[{"name":"Google"}]}'
|
|
25
22
|
```
|
|
@@ -133,7 +130,7 @@ cp dist/vpai ~/bin/vpai
|
|
|
133
130
|
|
|
134
131
|
### Auth
|
|
135
132
|
|
|
136
|
-
|
|
133
|
+
OAuth runs automatically on first use (browser opens). Tokens are cached by mcporter. For CI or headless use, pre-authenticate with `npx mcporter auth vpai`.
|
|
137
134
|
|
|
138
135
|
### Config
|
|
139
136
|
|
package/dist/vpai
CHANGED
|
Binary file
|