Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 274 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 274 Bytes

pydisfish

A teeny Tiny module to check URLs against discord's list of phishing domains

Using

>>> import pydisfish
>>> phisher = pydisfish.Phisherman()
>>> phisher.check("https://google.com")
False
>>> phisher.check("https://discord-gifte.site/playsds/")
True