Projects STRLCPY maigret Commits 0a7a7ad7
🤬
  • Added support of uID.me and uCoz sites

  • Loading...
  • Soxoj committed 4 years ago
    0a7a7ad7
    1 parent c895f6b4
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    1 1  # Changelog
    2 2   
    3 3  ## [Unreleased]
     4 +* added uID.me uguid support
     5 +* improved requests processing
    4 6   
    5 7  ## [0.1.15] - 2021-03-14
    6 8  * improved HTML reports
    skipped 64 lines
  • ■ ■ ■ ■ ■
    maigret/checking.py
    skipped 24 lines
    25 25   'ok_id',
    26 26   'wikimapia_uid',
    27 27   'steam_id',
     28 + 'uidme_uguid',
    28 29  )
    29 30   
    30 31  common_errors = {
    skipped 677 lines
  • ■ ■ ■ ■ ■
    maigret/resources/data.json
    skipped 18422 lines
    18423 18423   "usernameClaimed": "god",
    18424 18424   "usernameUnclaimed": "noonewouldeverusethis7"
    18425 18425   },
    18426  - "uid": {
     18426 + "uID.me (by username)": {
    18427 18427   "tags": [
    18428  - "ru"
     18428 + "ru",
     18429 + "ucoz"
    18429 18430   ],
    18430 18431   "checkType": "status_code",
    18431 18432   "alexaRank": 26391,
    18432 18433   "url": "http://uid.me/{username}",
    18433 18434   "urlMain": "https://uid.me/",
    18434 18435   "usernameClaimed": "blue",
     18436 + "usernameUnclaimed": "noonewouldeverusethis7"
     18437 + },
     18438 + "uID.me (by uguid)": {
     18439 + "tags": [
     18440 + "ru",
     18441 + "ucoz"
     18442 + ],
     18443 + "type": "uidme_uguid",
     18444 + "checkType": "status_code",
     18445 + "alexaRank": 26391,
     18446 + "url": "http://uid.me/uguid/{username}",
     18447 + "urlMain": "https://uid.me/",
     18448 + "usernameClaimed": "1050362129",
    18435 18449   "usernameUnclaimed": "noonewouldeverusethis7"
    18436 18450   },
    18437 18451   "usman48.ru": {
    skipped 5387 lines
Please wait...
Page is in error, reload to recover