Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rpj/bsky-post-freq-extn

Shows a Bluesky profile's posting frequency summary (very rudimentary right now)
https://github.com/rpj/bsky-post-freq-extn

atproto bluesky chrome-extension extension social-media

Last synced: about 1 month ago
JSON representation

Shows a Bluesky profile's posting frequency summary (very rudimentary right now)

Awesome Lists containing this project

README

        

A browser extension to show a summary of a user's posting frequency.

Borrows significantly from [@aliceweb.xyz](https://bsky.app/profile/aliceweb.xyz)'s [bluesky-heatmap](https://github.com/aliceisjustplaying/bluesky-heatmap). Thank you!

## TBD

* Actual heatmaps
* Better UX
* Inject summaries into Starter Packs

## Usage

In the project directory:

```
$ npm install
$ npm run build
```

This will produce a `dist/` folder in the project directory: this is the extension. Load this folder using the ["Load unpacked" method](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked).