a notification service thing for bluesky
Find a file
2026-02-28 12:49:13 -06:00
util init 2026-02-16 14:49:12 -06:00
.gitignore init 2026-02-16 14:49:12 -06:00
accounts.go added platform field 2026-02-28 12:49:13 -06:00
firebase.go added platform field 2026-02-28 12:49:13 -06:00
firehose.go added platform field 2026-02-28 12:49:13 -06:00
go.mod pkg update 2026-02-17 00:24:30 -06:00
go.sum pkg update 2026-02-17 00:24:30 -06:00
main.go added platform field 2026-02-28 12:49:13 -06:00
README.md Create README.md 2026-02-21 22:44:29 +00:00

todo: add more info

this is an attempt at writing a notification service for bluesky, specifically as a drop-in replacement for social-app. code isnt pretty, still needs some cleanup and further work.

currently implemented:

  • follow
  • likes
  • replies
  • reposts
  • quote posts
  • mentions
  • reposts of reposts
  • likers on reposts

still need to handle:

  • propogate (?) notifs through a reply chain
  • starterpack join notifs
  • verification + unverification

todo:

  • auth
  • sync notification preferences (requires auth)
  • chat msg notifications (requires auth)
  • probably have some kind of notification send rate limit
  • actually have the notifications take you to the notification page / posts