Christopher K. Hoadley
ab781e227f
Update version. Update site list.
5 years ago
Christopher K. Hoadley
75bbae8c3c
Convert Trip to use more reliable HTTP Status detection method. The site gives a clean 410 error. They changed their site response, so we were getting false positives.
5 years ago
Christopher K. Hoadley
7cb631ff3e
Update version.
5 years ago
Christopher K. Hoadley
516a4b5f03
Update version.
5 years ago
Christopher K. Hoadley
8dc39ecdf0
Update version.
5 years ago
Christopher K. Hoadley
9c66a19901
Update version.
5 years ago
Christopher K. Hoadley
6914c308a3
Update sites and version.
5 years ago
Siddharth Dushantha
864b94df67
updated site list
5 years ago
Siddharth Dushantha
1c0dac4eeb
version bump
5 years ago
Siddharth Dushantha
5d4aa6f0f7
Updated site list
5 years ago
Yahya SayadArbabi
9a28e638ce
Bump version
5 years ago
Yahya SayadArbabi
8750e12c07
Bump version
5 years ago
Christopher K. Hoadley
74e675764a
Update site list. Update version. Update help printout in readme.
5 years ago
Christopher K. Hoadley
d78ded1128
Update site list and ranking. Update version.
5 years ago
Yahya SayadArbabi
01c5a2da23
Bump version
5 years ago
Yahya SayadArbabi
75d60ce28b
Bump version
5 years ago
Christopher K. Hoadley
76b6a579bb
Update site list and ranking. Update version.
5 years ago
Siddharth Dushantha
b1b561981a
removed the unnecessary banner
5 years ago
Siddharth Dushantha
723ca405e5
Merge pull request #226 from sp1rs/invalid-url-on-print-found-flag
...
Don't show invalid/error social site if --print-found flag is enabled.
5 years ago
Christopher K. Hoadley
8bb9386aca
Update version.
5 years ago
Christopher K. Hoadley
77d62bca10
Fix Error When csv Is Written When Username Is Illegal For A Site
...
This problem happens during the write to the CSV. There are various results that are gathered during the query for the existence of a given site, and they are always expected to exist in the results dictionary. However, if a given user name has an illegal format for a given site, then the query is not even attempted. Which leaves some keys in the dictionary undefined.
The solution is to define these keys even in the case where the username has an illegal format.
5 years ago
Christopher K. Hoadley
cc163ce0ef
Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley
5731a7bafc
Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley
e45e0d0c18
Merge branch 'pr/n225_sp1rs'. Update site list and readme.
...
# Conflicts:
# sites.md
5 years ago
Christopher K. Hoadley
e9d7a45ca0
Update site list and ranking. Update version.
5 years ago
sp1rs
ed08f979f0
Don't show invalid/error social site if --print-found flag is enabled.
5 years ago
Christopher K. Hoadley
485676fc36
Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley
3276e97327
Update site information. Fix ResearchGate test username for unclaimed. The old value did not pass the regular expression check.
5 years ago
Christopher K. Hoadley
7f2d3520d2
Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley
63fae2902e
Update site list and ranking. Update version.
6 years ago
Christopher K. Hoadley
f96febcd3a
Update version information.
6 years ago
Christopher K. Hoadley
75c3a1622f
Update version to document the great f-string renaissance of 2019. :)
6 years ago
Christopher K. Hoadley
3b6cb1d4d9
Try to back out "Fix stray f's that break on Linux" #198 . The user was getting a syntax error from the format strings (probably from using an old version of Python). But, blindly removing the f-strings broke the actual functionality.
6 years ago
snehankekre
92d39f855a
Fix stray f's that break on Linux
6 years ago
Christopher K. Hoadley
a8f1891028
Update list of supported sites and ranking. Update version number.
6 years ago
Christopher K. Hoadley
ed08886982
Update rank and version information.
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
Yahya SayadArbabi
55b1fa5c44
bump version
6 years ago
Yahya SayadArbabi
34e72a0622
Resolve conflicts
6 years ago
Yahya SayadArbabi
ed3dddde65
bump version
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
bbc056cd1d
Bump version
6 years ago
Tait Hoyem
74eefe02ca
Rename option to --print-found
6 years ago
Tait Hoyem
2750538e2e
Add option to not show 'Not Found!' messages.
6 years ago
Christopher K. Hoadley
0f8e734d78
Bump version.
6 years ago
Christopher K. Hoadley
4fa8de4758
Update version.
6 years ago
Yahya SayadArbabi
a27c0a855e
bump version
6 years ago