this repo has no description
1# AT Proto playground 2 3This is a playground to play with the AT Protocol easily. 4 5## Setup 6 7```sh 8# To generate cbor go interfaces for the record structs use this command below 9$ go run gencbor/gencbor 10``` 11 12## Environment 13- `HANDLE` : Your atproto Handle 14- `PASSWORD` : The password of your atproto account 15 16## Running 17```sh 18go run . 19```