Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattbrailsford/bsky-umbraco-labeler
A Bluesky labeler to highlight Umbraco HQ and MVP profiles
https://github.com/mattbrailsford/bsky-umbraco-labeler
bluesky bluesky-labeler umbraco
Last synced: about 1 month ago
JSON representation
A Bluesky labeler to highlight Umbraco HQ and MVP profiles
- Host: GitHub
- URL: https://github.com/mattbrailsford/bsky-umbraco-labeler
- Owner: mattbrailsford
- License: mit
- Created: 2024-12-07T15:42:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T09:54:46.000Z (about 2 months ago)
- Last Synced: 2024-12-16T10:34:53.630Z (about 2 months ago)
- Topics: bluesky, bluesky-labeler, umbraco
- Language: TypeScript
- Homepage: https://bsky.app/profile/umbracolabeler.bsky.social
- Size: 621 KB
- Stars: 1
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Bluesky Umbraco Labeler
A [Bluesky labeler](https://docs.bsky.app/docs/advanced-guides/moderation) to highlight Umbraco HQ and MVP accounts
## Usage
In Blusky search for the [umbracolabeler.bsky.social](https://bsky.app/profile/umbracolabeler.bsky.social) account and click on the **Subscribe to labeler** button. Now in your feed, all HQ and MVP accounts should now get a shiny new labels on their profiles and all of their posts to highglight their status.
## Claiming a label
Highlighting of accounts is purely opt-in so if you'd like to display the label on your account you'll need to make a pull request to one of the `umbraco-hq.json` or `umbraco-mvp.json` files in the [data](data) directory.
Each file contains a JSON array of objects with the following schema:
```json
{
"did": "string",
"handle": "string"
}
```The `did` field is the `did` of your account. You can find your did by using the an online tool such as https://ilo.so/bluesky-did/. The `handle` field is for your full Bsky handle, ie `umbracolabeler.bsky.social`
## License
Soure code is available under the [MIT LICENSE](LICENSE)