Last updated:
0 purchases
phisherman.py 1.0.0
Phisherman.py
Asynchronous Python API Wrapper for phisherman.gg
Installation
Python 3.8 or above is required
# Stable
pip install phisherman.py
# Development
pip install git+https://github.com/QristaLabs/phisherman.py
Example
import asyncio
from phisherman import Client
app = Client(token="Your Token")
async def main():
if await app.check_domain("internetbadguys.com"):
print("Detected suspicious.")
await app.close()
asyncio.run(main())
Links
Documentation
Phisherman
API Support Server
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.