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.

Rename application from atproto-sieve to bsky-sieve

I probably won't actually make this work for more than just bsky.

yemou 364b7154 c44eec8d

+2 -2
+1 -1
main.go
··· 64 64 config := oauth.ClientConfig{ 65 65 // TODO: Want to rename this back to bsky-sieve. It's unlikely I ever make this generic enough to work on other 66 66 // atproto services or even past bluesky follows and likes unless the demand is there 67 - ClientID: "https://atproto-sieve.yem.pink/oauth-client-metadata.json", 67 + ClientID: "https://bsky-sieve-cli.b77.boo/oauth-client-metadata.json", 68 68 Scopes: []string{ 69 69 "atproto", 70 70 "atproto repo?collection=app.bsky.feed.like&collection=app.bsky.graph.follow&action=delete",
+1 -1
static/client-metadata.json
··· 1 1 { 2 - "client_id": "https://atproto-sieve.yem.pink/oauth-client-metadata.json", 2 + "client_id": "https://bsky-sieve.b77.boo/oauth-client-metadata.json", 3 3 "application_type": "native", 4 4 "grant_types": [ 5 5 "authorization_code"