phisherman.py 1.0.0

Creator: bradpython12

Last updated:

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.