···11+# Teal-Cider
22+33+This is a tool that gets the current playing song on [Cider](cider.sh/) and makes a PDS Record for [teal.fm](https://teal.fm/)
44+55+## Requirements
66+77+- Go
88+- Cider
99+- An ATProto Account
1010+1111+## Environment Variables
1212+1313+- `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]
1616+1717+## Running
1818+1919+```sh
2020+$ go build .
2121+$ HANDLE="" PASSWORD="" CIDER_TOKEN="" ./teal-cider
2222+```