mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-26 22:00:27 +00:00
Add BiggerPockets.com
Add in BiggerPockets.com forum - a popular real estate forum Examples: Claimed: https://www.biggerpockets.com/users/blue - returns a status code of 200 Unclaimed: https://www.biggerpockets.com/users/noonewouldeverusethis7 - returns a status code of 404
This commit is contained in:
parent
abce9268df
commit
ca2b6062ec
1 changed files with 7 additions and 0 deletions
|
@ -225,6 +225,13 @@
|
|||
"username_claimed": "Jackson",
|
||||
"username_unclaimed": "ktobysietaknazwalnawb69"
|
||||
},
|
||||
"BiggerPockets": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.biggerpockets.com/users/{}",
|
||||
"urlMain": "https://www.biggerpockets.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Bikemap": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.bikemap.net/en/u/{}/routes/created/",
|
||||
|
|
Loading…
Reference in a new issue