Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Oct 6, 2024
1 parent 4ace5a7 commit a320a6e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,16 @@
"known" : ["brockdoom", "witchhouse", "hotoptics"],
"cat" : "xx NSFW xx"
},
{
"name" : "Bento",
"uri_check" : "https://bento.me/{account}",
"e_code" : 200,
"e_string" : "href=\"https://bento.me/explore\"",
"m_string" : ">Available!</div>",
"m_code" : 404,
"known" : ["carlito", "taylor"],
"cat" : "social"
},
{
"name" : "BiggerPockets",
"uri_check" : "https://www.biggerpockets.com/users/{account}",
Expand Down Expand Up @@ -3679,6 +3689,16 @@
"known" : ["banyusadewa", "danirachmat"],
"cat" : "social"
},
{
"name" : "npm",
"uri_check" : "https://www.npmjs.com/~{account}",
"e_code" : 200,
"e_string" : "/npm-avatar/",
"m_string" : "poster depicting npm&#x27;s mascot wombat",
"m_code" : 404,
"known" : ["npm", "rich_harris"],
"cat" : "coding"
},
{
"name" : "Nitecrew (Mastodon Instance)",
"uri_check" : "https://nitecrew.rip/api/v1/accounts/lookup?acct={account}",
Expand Down

0 comments on commit a320a6e

Please sign in to comment.