A way to send current playing track in cider to teal collection
1# Teal-Cider 2 3This is a tool that gets the current playing song on [Cider](https://cider.sh/) and makes a PDS Record for [teal.fm](https://teal.fm/) 4 5## Requirements 6 7- Go 8- Cider 9- An ATProto Account 10 11## Environment Variables 12 13- `HANDLE` : Your ATProto Handle [alice.bsky.social] 14- `CIDER_TOKEN` : An APP_TOKEN from the Cider app (See the [Docs](https://cider.sh/docs/client/rpc#authentication)) 15 16- `APP_PASSWORD` (optional) : An ATProto App Password 17 18## Running 19 20```sh 21$ go build . 22$ HANDLE="" CIDER_TOKEN="" ./teal-cider 23```