Skip to content

Commit

Permalink
Merge pull request #2100 from ppfeister/feature/linkedin
Browse files Browse the repository at this point in the history
Add LinkedIn
  • Loading branch information
sdushantha committed May 6, 2024
2 parents 49b190f + d8aaeea commit 67cae59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
7 changes: 0 additions & 7 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@
"urlMain": "https://kiwifarms.net/",
"username_claimed": "blue"
},
"Linkedin": {
"errorMsg": "could not be found",
"errorType": "message",
"url": "https://www.linkedin.com/in/{}",
"urlMain": "https://www.linkedin.com/",
"username_claimed": "alex"
},
"NPM-Package": {
"errorType": "status_code",
"url": "https://www.npmjs.com/package/{}",
Expand Down
7 changes: 0 additions & 7 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,6 @@ user names were available.
},
```

## LinkedIn

This was attempted to be added around 2019-08-26, but the pull request was never merged.
It turns out that LinkedIn requires that you have an account before they will let you
check for other account. So, this site will not work with the current design of
Sherlock.

## StreamMe

On 2019-04-07, I get a Timed Out message from the website. It has not
Expand Down
11 changes: 11 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@
"urlMain": "https://www.airliners.net/",
"username_claimed": "yushinlin"
},
"LinkedIn": {
"url": "https://linkedin.com/in/{}",
"urlMain": "https://linkedin.com",
"regexCheck": "^[a-zA-Z0-9]{3,100}$",
"request_method": "GET",
"errorType": "status_code",
"headers": {
"User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/W.X.Y.Z Safari/537.36"
},
"username_claimed": "paulpfeister"
},
"Alik.cz": {
"errorType": "status_code",
"url": "https://www.alik.cz/u/{}",
Expand Down

0 comments on commit 67cae59

Please sign in to comment.