use command arg instead of env vars

This commit is contained in:
ari melody 2024-12-31 20:51:49 +00:00
parent a582cf4d6d
commit dd13d1157a
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 8 additions and 7 deletions

View file

@ -4,7 +4,8 @@ It downloads clyps!
## Usage
- Set `CLYP_TOKEN` to your Clyp `Authorization: Bearer` session token.
- `node clyp-downloader.cjs`
- Retrieve your Clyp access token from your browser. This should be under
Developer Tools > Storage > Local Storage > `accessToken`.
- `node clyp-downloader.cjs <accessToken>`
- ???
- Profit