Interactively go through your bluesky follow graph and decide to keep or remove follow records
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update oauth scopes

Only need access to the bluesky follow graph right now.
I might add support for bluesky likes in the future but I don't need
it.

yemou f78645e0 364b7154

+2 -2
+1 -1
main.go
··· 67 67 ClientID: "https://bsky-sieve-cli.b77.boo/oauth-client-metadata.json", 68 68 Scopes: []string{ 69 69 "atproto", 70 - "atproto repo?collection=app.bsky.feed.like&collection=app.bsky.graph.follow&action=delete", 70 + "atproto repo?collection=app.bsky.graph.follow&action=delete", 71 71 }, 72 72 UserAgent: "atproto-sieve", 73 73 }
+1 -1
static/client-metadata.json
··· 4 4 "grant_types": [ 5 5 "authorization_code" 6 6 ], 7 - "scope": "atproto repo?collection=app.bsky.feed.like&collection=app.bsky.graph.follow&action=delete", 7 + "scope": "atproto repo?collection=app.bsky.graph.follow&action=delete", 8 8 "response_types": [ 9 9 "code" 10 10 ],