File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ Migration guides for major version upgrades will be documented here.
292292## Notes
293293
294294### API Keys Required
295- - ** requesthunt** : CLI browser auth (` requesthunt auth login ` ) or REQUESTHUNT_API_KEY (requesthunt.com/dashboard)
295+ - ** requesthunt** : CLI device code auth (` requesthunt auth login ` ) or REQUESTHUNT_API_KEY (requesthunt.com/dashboard)
296296- ** twitter** : TWITTERAPI_API_KEY (twitterapi.io, ~ $0.15-0.18/1k requests)
297297- ** logo-creator** : GEMINI_API_KEY, REMOVE_BG_API_KEY, RECRAFT_API_KEY
298298- ** banner-creator** : GEMINI_API_KEY (Google AI Studio)
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ Generate user demand research reports by collecting and analyzing real user feed
99
1010## Prerequisites
1111
12- Install the CLI and authenticate via browser :
12+ Install the CLI and authenticate:
1313``` bash
1414curl -fsSL https://requesthunt.com/cli | sh
1515requesthunt auth login
1616```
1717
18- Browser auth opens an approval page — the human must click "Approve" . Verify with:
18+ The CLI displays a verification code and opens ` https://requesthunt.com/device ` — the human must enter the code to approve . Verify with:
1919``` bash
2020requesthunt config show
2121```
@@ -122,7 +122,7 @@ requesthunt config show # Check auth status
122122
123123## API Info
124124- ** Base URL** : https://requesthunt.com
125- - ** Auth** : Browser login (` requesthunt auth login ` ) or manual API key
125+ - ** Auth** : Device code login (` requesthunt auth login ` ) or manual API key
126126- ** Rate Limits** :
127127 - Free tier: 100 credits/month, 10 req/min
128128 - Pro tier: 2,000 credits/month, 60 req/min
You can’t perform that action at this time.
0 commit comments