···63636464func authenticate(ctx context.Context, handle *string) (*oauth.ClientApp, *oauth.ClientSessionData, error) {
6565 config := oauth.ClientConfig{
6666- // TODO: Want to rename this back to bsky-sieve. It's unlikely I ever make this generic enough to work on other
6767- // atproto services or even past bluesky follows and likes unless the demand is there
6866 ClientID: "https://bsky-sieve-cli.b77.boo/oauth-client-metadata.json",
6967 Scopes: []string{
7068 "atproto",