Fixed 1 site, PyInstaller workflow, Google Colab example (#1558)

* Updated example colab file (Due to latest update)

* Fix RobertsSpaceIndustries URI

* Fix PyInstaller workflow

* Fix example.ipynb (read desc.)

Currently the version installed via pip3 doesn't appear to contain the latest data.json file, resulting in many false positives..

* Fix non-existant users (read desc.)

Fixed non-existant usernames for the following:
Telegram (t.me)
TikBuddy (tikbuddy.com)
FurAffinity (furaffinity.net)
This commit is contained in:
synth
2024-10-21 15:58:16 +02:00
committed by GitHub
parent 1cb589eadb
commit 05db32f28f
3 changed files with 45 additions and 70 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: PyInstaller Windows - name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3 uses: JackMcKew/pyinstaller-action-windows@main
with: with:
path: pyinstaller path: pyinstaller
+40 -65
View File
@@ -1,68 +1,43 @@
{ {
"cells": [ "nbformat": 4,
{ "nbformat_minor": 0,
"cell_type": "code", "metadata": {
"execution_count": null, "colab": {
"metadata": { "provenance": []
"id": "8v6PEfyXb0Gx" },
}, "kernelspec": {
"outputs": [], "name": "python3",
"source": [ "display_name": "Python 3"
"# clone the repo\n", },
"!git clone https://github.com/soxoj/maigret\n", "language_info": {
"!pip3 install -r maigret/requirements.txt" "name": "python"
] }
}, },
{ "cells": [
"cell_type": "code", {
"execution_count": null, "cell_type": "code",
"metadata": { "execution_count": null,
"id": "cXOQUAhDchkl" "metadata": {
}, "id": "acxNWJOUmLc4"
"outputs": [], },
"source": [ "outputs": [],
"# help\n", "source": [
"!python3 maigret/maigret.py --help" "!git clone https://github.com/soxoj/maigret\n",
] "!pip3 install ./maigret/\n",
}, "from IPython.display import clear_output\n",
{ "clear_output()\n",
"cell_type": "code", "username = str(input(\"Username >> \"))\n",
"execution_count": null, "!maigret {username} -a -n 10"
"metadata": { ]
"id": "SjDmpN4QGnJu" },
}, {
"outputs": [], "cell_type": "code",
"source": [ "source": [],
"# search\n", "metadata": {
"!python3 maigret/maigret.py user" "id": "S3SmapMHmOoD"
] },
} "execution_count": null,
], "outputs": []
"metadata": { }
"colab": { ]
"collapsed_sections": [],
"include_colab_link": true,
"name": "maigret.ipynb",
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.10"
}
},
"nbformat": 4,
"nbformat_minor": 1
} }
+4 -4
View File
@@ -5209,7 +5209,7 @@
], ],
"url": "https://www.furaffinity.net/user/{username}", "url": "https://www.furaffinity.net/user/{username}",
"usernameClaimed": "uehkon89", "usernameClaimed": "uehkon89",
"usernameUnclaimed": "noonewouldeverusethis7" "usernameUnclaimed": "noonewouldeverusethis9"
}, },
"FUTBIN": { "FUTBIN": {
"disabled": true, "disabled": true,
@@ -15098,7 +15098,7 @@
"checkType": "status_code", "checkType": "status_code",
"alexaRank": 22154, "alexaRank": 22154,
"urlMain": "https://robertsspaceindustries.com/", "urlMain": "https://robertsspaceindustries.com/",
"url": "https://https://robertsspaceindustries.com/citizens/{username}", "url": "https://robertsspaceindustries.com/citizens/{username}",
"usernameClaimed": "blue", "usernameClaimed": "blue",
"usernameUnclaimed": "noonewouldeverusethis7" "usernameUnclaimed": "noonewouldeverusethis7"
}, },
@@ -15892,7 +15892,7 @@
"urlMain": "https://t.me/", "urlMain": "https://t.me/",
"url": "https://t.me/{username}", "url": "https://t.me/{username}",
"usernameClaimed": "BotFather", "usernameClaimed": "BotFather",
"usernameUnclaimed": "noonewouldevereverusethis7" "usernameUnclaimed": "noonewouldevereverusethis9"
}, },
"Teletype": { "Teletype": {
"tags": [ "tags": [
@@ -31778,7 +31778,7 @@
"url": "https://tikbuddy.com/en/tiktok/{username}", "url": "https://tikbuddy.com/en/tiktok/{username}",
"urlMain": "https://tikbuddy.com", "urlMain": "https://tikbuddy.com",
"usernameClaimed": "sergey.ivanov29", "usernameClaimed": "sergey.ivanov29",
"usernameUnclaimed": "noonewouldeverusethis7", "usernameUnclaimed": "noonewouldeverusethis9",
"checkType": "message", "checkType": "message",
"alexaRank": 187661, "alexaRank": 187661,
"source": "TikTok", "source": "TikTok",