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.

Remove stale TODO

yemou 5a9d4e3a 2a67206f

-2
-2
main.go
··· 63 63 64 64 func authenticate(ctx context.Context, handle *string) (*oauth.ClientApp, *oauth.ClientSessionData, error) { 65 65 config := oauth.ClientConfig{ 66 - // TODO: Want to rename this back to bsky-sieve. It's unlikely I ever make this generic enough to work on other 67 - // atproto services or even past bluesky follows and likes unless the demand is there 68 66 ClientID: "https://bsky-sieve-cli.b77.boo/oauth-client-metadata.json", 69 67 Scopes: []string{ 70 68 "atproto",