Files
maigret/example.ipynb
T
synthandGitHub 05db32f28f 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)
2024-10-21 15:58:16 +02:00

877 B

In [ ]:
!git clone https://github.com/soxoj/maigret
!pip3 install ./maigret/
from IPython.display import clear_output
clear_output()
username = str(input("Username >> "))
!maigret {username} -a -n 10
In [ ]: