this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add README

authored by

notjuliet and committed by
GitHub
32c7032c 3c61653f

+24
+24
README.md
··· 1 + ## Configuration 2 + 3 + Run `npx @skyware/labeler setup` to convert an existing account into a labeler. 4 + 5 + Create a `.env` file: 6 + 7 + ```Dotenv 8 + DID = "did:plc:xxx" 9 + SIGNING_KEY = "xxx" 10 + ``` 11 + 12 + A `cursor.txt` also needs to be present. It can be left empty, and will update every minute with a new cursor. 13 + 14 + Create 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 19 + npm i 20 + ``` 21 + 22 + ```sh 23 + npm start 24 + ```