phisherman.py 1.0.0

Last updated:

0 purchases

phisherman.py 1.0.0 Image
phisherman.py 1.0.0 Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.