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.

Add an extra newline to prevent clipping the image

yemou 4c0812da 48cdebad

+1 -1
+1 -1
main.go
··· 289 289 log.Fatal(err) 290 290 } 291 291 292 - fmt.Printf("\nUser: %s (%s)\n", *profile.DisplayName, doc.Handle) 292 + fmt.Printf("\n\nUser: %s (%s)\n", *profile.DisplayName, doc.Handle) 293 293 fmt.Printf("DID: %s\n", followRecord.Subject) 294 294 fmt.Println("Profile URL: " + "https://bsky.app/profile/" + followRecord.Subject) 295 295 fmt.Printf("Description:\n%s\n\n", *profile.Description)