Skip to content

How to unfollow myself? #2233

Answered by devinivy
lunaynx asked this question in How to do it?
Feb 27, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

We should be able to find that information my going directly to the repository data on your pds. It looks like your pds is lionsmane.us-east.host.bsky.network:

curl -s https://plc.directory/did:plc:rre4nbfkekayht6hh5i5neqy | jq

Now we can ask for your follows from lionsmane, and look for the one where you are the subject:

curl -s 'https://lionsmane.us-east.host.bsky.network/xrpc/com.atproto.repo.listRecords?repo=did:plc:rre4nbfkekayht6hh5i5neqy&collection=app.bsky.graph.follow' | jq | grep '"subject": "did:plc:rre4nbfkekayht6hh5i5neqy"' -C5

Hope this helps!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lunaynx
Comment options

Answer selected by lunaynx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants