zero77
e28e2f7610
Update data.json
...
Add signal community
6 years ago
Christopher Kent Hoadley
1ec0ad50f1
Merge pull request #194 from beamop/patch-1
...
Update README.md
6 years ago
Christopher K. Hoadley
66f19f8c7b
Update ranking results. Update version information.
6 years ago
Christopher K. Hoadley
76578d83a7
Add "urlProbe" to data area. While the results for YouNow work after putting the API URL in the "url" area, the printed results do not display properly. So, I needed to introduce the concept of a probe URL separate from the actual user URL.
6 years ago
Beam OP
bfe42695f0
Update README.md
...
Fix badge.
6 years ago
beamop
ce3646ec4d
Added younow.com support
6 years ago
Christopher Kent Hoadley
c96dc30a58
Merge pull request #190 from sherlock-project/hoadlck-site-list-update
...
Site List Update
6 years ago
Christopher K. Hoadley
e9ed7a5211
Update site information and version in readme.
6 years ago
Christopher K. Hoadley
f4cb2e9c66
Update Etsy claimed username test. The "blue" username is no longer valid.
6 years ago
Christopher K. Hoadley
8e2522e34b
Add document to record sites that have been removed from Sherlock. This will ensure that they will not be added again, and will remind us to check back on them in case their design might have changed (so they are compatible with Sherlock again).
6 years ago
Christopher K. Hoadley
c94f110171
Younow has changed their website such that you cannot see any user's profile unless you log in. So, it is now impossible to probe for the existence of a username.
6 years ago
Yahya SayadArbabi
b6350b196a
Merge pull request #189 from tdh8316/patch-1
...
Update repository URL to sherlock-project
6 years ago
Donghyeok Tak
2e08286f0f
Update repository URL to sherlock-project
6 years ago
Yahya SayadArbabi
f3528df0c4
Add website
6 years ago
Yahya SayadArbabi
c6f75744b8
Merge branch 'fixed-mix-tabs'
6 years ago
jenchieh
8b6b14fc6a
Fixed mixed of tabs and spaces in a single file.
6 years ago
Yahya SayadArbabi
05353201b3
Merge pull request #187 from jcs-PR/master
...
New preview in the README file.
6 years ago
jenchieh
0bddb11a80
Remove weird text in the gif file.
6 years ago
jenchieh
a8cc3a0596
Add width and height attribute.
6 years ago
jenchieh
0f3caf7c62
Fixed img tag syntax.
6 years ago
jenchieh
121fbe40df
Update preview link.
6 years ago
jenchieh
1c1cb03178
Add sherlock preview imaage.
6 years ago
Yahya SayadArbabi
51c3756eaf
Merge pull request #186 from jcs-PR/master
...
Put the original creator to license section.
6 years ago
jenchieh
56b4aa16a9
Put the original creator to license section.
6 years ago
Yahya SayadArbabi
55b1fa5c44
bump version
6 years ago
jenchieh
a67387d711
Remove duplicate import.
6 years ago
jenchieh
71b6c2149e
Put docstring inside the function.
6 years ago
Yahya SayadArbabi
34e72a0622
Resolve conflicts
6 years ago
Yahya SayadArbabi
ed3dddde65
bump version
6 years ago
Yahya SayadArbabi
760a0f5f33
Merge branch 'patch-5'
6 years ago
Yahya SayadArbabi
6c5656a84b
bump version
6 years ago
Jen-Chieh
972d7dceea
Org code for removing all the purpose print functions.
6 years ago
cclauss
47fac5943f
Use compound if statement rather than "if and"
...
This approach is a bit strange to read the first few time but has advantages in that it is easier to get right and faster to execute.
The interactions between `and`, `or`, `not`, and `()` can get confusing for new coders. For example, the code line 308 does not match the comment on 307 and I believe that in this case the comment correct and the code is wrong (for values < 200) because it is missing parens. I believe that __200 <= status_code < 300__ produces the correct results in a readable (semi-)intuitive code.
```
>>> for status_code in (-1, 1, 199, 200, 201, 299, 300, 301, 1000):
... print(not status_code >= 300 or status_code < 200,
... not (status_code >= 300 or status_code < 200),
... 200 <= status_code < 300)
...
True False False
True False False
True False False
True True True
True True True
True True True
False False False
False False False
False False False
```
6 years ago
Yahya SayadArbabi
d06bc83495
Merge pull request #181 from sdushantha/patch-3
...
added logo and more sheilds
6 years ago
Siddharth Dushantha
f65791ae08
new added logo and more sheilds
6 years ago
Yahya SayadArbabi
c5e2d577c7
Merge pull request #180 from sdushantha/patch-2
...
added twitter shield
6 years ago
Siddharth Dushantha
da6308c2ad
added twitter shield
6 years ago
Yahya SayadArbabi
86269c0307
Merge branch 'QingChongNotAnAsian/no_not_found'
6 years ago
Yahya SayadArbabi
bbc056cd1d
Bump version
6 years ago
Yahya SayadArbabi
adfb27433e
Clean up
6 years ago
Tait Hoyem
c7dff0c2a5
Fix 2 failing tests on etsy.
6 years ago
Tait Hoyem
8b78e66d41
Add new option name to README
6 years ago
Tait Hoyem
74eefe02ca
Rename option to --print-found
6 years ago
Tait Hoyem
d83e602db5
Update README with --nonotfound option
6 years ago
Tait Hoyem
2750538e2e
Add option to not show 'Not Found!' messages.
6 years ago
Christopher Kent Hoadley
eee1be14aa
Merge pull request #176 from sdushantha/patch-1
...
Added stargazers graph to README
6 years ago
Siddharth Dushantha
36b6a1f39b
Added stargazers graph to README
6 years ago
Christopher K. Hoadley
0f8e734d78
Bump version.
6 years ago
Christopher K. Hoadley
37747c22c6
Provide valid claimed username. It appears that @zero77 just cloned an existing entry and did not really run the tests.
6 years ago
Christopher K. Hoadley
9f0a58467d
Update rank information and supported site list.
6 years ago