Pronouns labels on Bluesky
1## Configuration 2 3Run `npx @skyware/labeler setup` to convert an existing account into a labeler. 4 5Create a `.env` file: 6 7```Dotenv 8DID = "did:plc:xxx" 9SIGNING_KEY = "xxx" 10``` 11 12A `cursor.txt` also needs to be present. It can be left empty, and will update every minute with a new cursor. 13 14Create labels with `npx @skyware/labeler label add` and edit `src/constants.ts` with their related post rkeys and IDs. 15 16## Installation & Usage 17 18```sh 19npm i 20``` 21 22```sh 23npm start 24```