Skip to content

Commit

Permalink
Merge pull request #908 from balestek/main
Browse files Browse the repository at this point in the history
Adding Bluesky for default handles as Bluesky 2
  • Loading branch information
WebBreacher authored Nov 25, 2024
2 parents 9aa7448 + a297a49 commit a17dddf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
"cat" : "blog"
},
{
"name" : "Blue Sky",
"name" : "Bluesky 1",
"uri_check" : "https://bsky.app/profile/{account}",
"e_code" : 200,
"e_string" : "on Bluesky",
Expand All @@ -677,6 +677,17 @@
"known" : ["bsky.app", "safety.bsky.app"],
"cat" : "social"
},
{
"name": "Bluesky 2",
"uri_check": "https://public.api.bsky.app/xrpc/app.bsky.actor.getProfile?actor={account}.bsky.social",
"uri_pretty" : "https://bsky.app/profile/{account}.bsky.social",
"e_code": 200,
"e_string": "\"handle\":\"",
"m_code": 400,
"m_string": "\"message\":\"Profile not found\"",
"known": ["john", "mark"],
"cat": "social"
},
{
"name" : "BodyBuilding.com",
"uri_check" : "http://api.bodybuilding.com/api-proxy/bbc/get?slug={account}",
Expand Down

0 comments on commit a17dddf

Please sign in to comment.