update readme

This commit is contained in:
ppr 2024-04-09 16:45:50 -04:00
parent 95b4d1fe5b
commit 59431faca1

View File

@ -1,3 +1,25 @@
# icerbox.sh
icerbox.com download cli in bash
icerbox.com bash dl cli
### features
- premium downloads
- skip existing files
- parallel downloads with curl
- honour daily download quota
### todo
- guest downloads
### not supported
- login captcha
### account config
`~/.icerbox.conf`
```
email='lain@example.church'
password='present day'
```
### login rate limit
if login fails with HTTP 429, use a browser to login and store the `Authorization Bearer` request header in `~/.icerbox.token`