···1111## Environment Variables
12121313- `HANDLE` : Your ATProto Handle [alice.bsky.social]
1414-- `PASSWORD` : An APP Password for your ATProto Account
1515-- `CIDER_TOKEN` : An APP_TOKEN from the Cider app [https://cider.sh/docs/client/rpc#authentication]
1414+- `CIDER_TOKEN` : An APP_TOKEN from the Cider app (See the [Docs](https://cider.sh/docs/client/rpc#authentication))
16151716## Running
18171918```sh
2019$ go build .
2121-$ HANDLE="" PASSWORD="" CIDER_TOKEN="" ./teal-cider
2020+$ HANDLE="" CIDER_TOKEN="" ./teal-cider
2221```