mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
Merge branch 'HA71/master'
This commit is contained in:
commit
4951151f4a
3 changed files with 95 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
# Sherlock
|
||||
> Find usernames across [social networks](https://github.com/sdushantha/sherlock/blob/master/sites.md)
|
||||
> Find usernames across [social networks](https://github.com/theyahya/sherlock/blob/master/sites.md)
|
||||
|
||||
<p align="center">
|
||||
<img src="./screenshot/preview.png">
|
||||
|
@ -80,4 +80,4 @@ docker run theyahya/sherlock user123
|
|||
## License
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 Siddharth Dushantha
|
||||
Copyright (c) 2018 Yahya SayadArbabi
|
||||
|
|
76
data.json
76
data.json
|
@ -666,5 +666,81 @@
|
|||
"url": "https://{}.itch.io/",
|
||||
"urlMain": "https://itch.io/",
|
||||
"errorType": "status_code"
|
||||
},
|
||||
"Basecamp":{
|
||||
"url": "https://{}.basecamphq.com",
|
||||
"urlMain": "https://basecamp.com/",
|
||||
"errorType": "message",
|
||||
"errorMsg": "The account you were looking for doesn't exist"
|
||||
},
|
||||
"ProductHunt":{
|
||||
"url": "https://www.producthunt.com/@{}",
|
||||
"urlMain": "https://www.producthunt.com/",
|
||||
"errorType": "message",
|
||||
"errorMsg": "Product Hunt is a curation of the best new products"
|
||||
},
|
||||
"Younow":{
|
||||
"url": "https://www.younow.com/{}",
|
||||
"urlMain": "https://www.younow.com/",
|
||||
"errorType": "message",
|
||||
"errorMsg": "pageTitle || 'YouNow - Broadcast Live"
|
||||
},
|
||||
"Smashcast":{
|
||||
"url": "https://www.smashcast.tv/api/media/live/{}",
|
||||
"urlMain": "https://www.smashcast.tv/",
|
||||
"errorType": "status_code"
|
||||
},
|
||||
"AskFM":{
|
||||
"url": "https://ask.fm/{}",
|
||||
"urlMain": "https://ask.fm/",
|
||||
"errorType": "status_code"
|
||||
},
|
||||
"KanoWorld":{
|
||||
"url": "https://api.kano.me/progress/user/{}",
|
||||
"urlMain": "https://world.kano.me/",
|
||||
"errorType": "status_code"
|
||||
},
|
||||
"EyeEm":{
|
||||
"url": "https://www.eyeem.com/u/{}",
|
||||
"urlMain": "https://www.eyeem.com/",
|
||||
"errorType": "status_code"
|
||||
},
|
||||
"Wikia":{
|
||||
"url": "https://wikia.com/wiki/User:{}",
|
||||
"urlMain": "http://www.wikia.com/",
|
||||
"errorType": "message",
|
||||
"errorMsg": "does not exist"
|
||||
},
|
||||
"CreativeMarket":{
|
||||
"url": "https://creativemarket.com/{}",
|
||||
"urlMain": "https://creativemarket.com/",
|
||||
"errorType": "status_code"
|
||||
},
|
||||
"Venmo":{
|
||||
"url": "https://venmo.com/{}",
|
||||
"urlMain": "https://venmo.com/",
|
||||
"errorType": "status_code"
|
||||
},
|
||||
"HubPages":{
|
||||
"url": "https://hubpages.com/@{}",
|
||||
"urlMain": "https://hubpages.com/",
|
||||
"errorType": "status_code"
|
||||
},
|
||||
"StreamMe":{
|
||||
"url": "https://www.stream.me/{}",
|
||||
"urlMain": "https://www.stream.me/",
|
||||
"errorType": "status_code"
|
||||
},
|
||||
"Ello":{
|
||||
"url": "https://ello.co/{}",
|
||||
"urlMain": "https://ello.co/",
|
||||
"errorType": "message",
|
||||
"errorMsg": "If all else fails you can try checking out our"
|
||||
},
|
||||
"Kik":{
|
||||
"url": "https://ws2.kik.com/user/{}",
|
||||
"urlMain": "http://kik.me/",
|
||||
"errorType": "message",
|
||||
"errorMsg": "The page you requested was not found"
|
||||
}
|
||||
}
|
||||
|
|
20
sites.md
20
sites.md
|
@ -114,6 +114,20 @@
|
|||
113. [Wikipedia](https://www.wikipedia.org/)
|
||||
114. [Mastodon](https://mstdn.io/)
|
||||
115. [Telegram](https://t.me/)
|
||||
116. [TradingView] (https://www.tradingview.com/)
|
||||
117. [Kaggle] (https://www.kaggle.com/)
|
||||
118. [Itch.io] (https://itch.io/)
|
||||
116. [TradingView](https://www.tradingview.com/)
|
||||
117. [Kaggle](https://www.kaggle.com/)
|
||||
118. [Itch.io](https://itch.io/)
|
||||
119. [Basecamp](https://basecamp.com/)
|
||||
120. [ProductHunt](https://www.producthunt.com/)
|
||||
121. [Younow](https://www.younow.com/)
|
||||
122. [Smashcast](https://www.smashcast.tv/)
|
||||
123. [AskFM](https://ask.fm/)
|
||||
124. [KanoWorld](https://world.kano.me/)
|
||||
125. [EyeEm](https://www.eyeem.com/)
|
||||
126. [Wikia](http://www.wikia.com/)
|
||||
127. [CreativeMarket](https://creativemarket.com/)
|
||||
128. [Venmo](https://venmo.com/)
|
||||
129. [HubPages](https://hubpages.com/)
|
||||
130. [StreamMe](https://www.stream.me/)
|
||||
131. [Ello](https://ello.co/)
|
||||
132. [Kik](http://kik.me/)
|
||||
|
|
Loading…
Reference in a new issue