summaryrefslogtreecommitdiffstats
path: root/README.md
blob: defc45f6b617b8dd289772002fb27c32b69e03b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# so

**Note:** under development, not ready for prime time.

### api keys
According to the [StackExchange
docs](https://api.stackexchange.com/docs/throttle), most users should be fine
without generating a personal API key (10k requests per IP per day). If you do
run into throttling issues, get a key
[here](https://stackapps.com/apps/oauth/register) and tell `so` to use it:
```
so --set-api-key <KEY>
```