Skip to content

A Chrome extension rendering a summary of a user's posting frequency as a GitHub-style activity graph.

Notifications You must be signed in to change notification settings

rpj/bsky-post-freq-extn

Repository files navigation

A Chrome extension rendering a summary of a user's posting frequency as a GitHub-style activity graph.

Get it at the Chrome Web Store.

Screenshot of New York Times' profile in dark mode Screenshot of Financial Times' profile in dim mode Screenshot of Ars Techinca's profile in light mode

Usage

The simplest way is to install it from the Chrome Web Store.

Load manually

Either method below will produce a folder that contains the extension: load it using the "Load an unpacked extension" method.

Download

Go to the latest release page and download the attached BlueskyPostFrequencies_<version>.zip in "Assets".

Unzip it & the resulting folder is the extension.

Build it yourself

From the project directory:

$ npm install
$ npm run build

This will produce a dist/ folder, which is the extension.

Acknowledgements

Borrows significantly from:

❤️🙇 Many thanks!

TBD

  • Use and show activity only for the chosen time window
  • Inject summaries into Starter Packs
  • Make it work properly in Firefox
  • Add option to include reposts
  • Publish to Chrome Web Store!