mirror of
https://github.com/soxoj/maigret.git
synced 2025-12-22 05:37:12 +00:00
* 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)
44 lines
877 B
Plaintext
44 lines
877 B
Plaintext
{
|
|
"nbformat": 4,
|
|
"nbformat_minor": 0,
|
|
"metadata": {
|
|
"colab": {
|
|
"provenance": []
|
|
},
|
|
"kernelspec": {
|
|
"name": "python3",
|
|
"display_name": "Python 3"
|
|
},
|
|
"language_info": {
|
|
"name": "python"
|
|
}
|
|
},
|
|
"cells": [
|
|
{
|
|
"cell_type": "code",
|
|
"execution_count": null,
|
|
"metadata": {
|
|
"id": "acxNWJOUmLc4"
|
|
},
|
|
"outputs": [],
|
|
"source": [
|
|
"!git clone https://github.com/soxoj/maigret\n",
|
|
"!pip3 install ./maigret/\n",
|
|
"from IPython.display import clear_output\n",
|
|
"clear_output()\n",
|
|
"username = str(input(\"Username >> \"))\n",
|
|
"!maigret {username} -a -n 10"
|
|
]
|
|
},
|
|
{
|
|
"cell_type": "code",
|
|
"source": [],
|
|
"metadata": {
|
|
"id": "S3SmapMHmOoD"
|
|
},
|
|
"execution_count": null,
|
|
"outputs": []
|
|
}
|
|
]
|
|
}
|