Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/rpj/bsky-post-freq-extn
- Owner: rpj
- Created: 2024-12-02T06:06:41.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-02T08:19:59.000Z (about 1 month ago)
- Last Synced: 2024-12-02T09:27:17.162Z (about 1 month ago)
- Topics: atproto, bluesky, chrome-extension, extension, social-media
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).