Skip to main content

Async API Wrapper for Phisherman.gg in Python

Project description

Phisherman.py

Asynchronous Python API Wrapper for phisherman.gg

PyPI version Flake badge Documentation status

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phisherman.py-1.0.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

phisherman.py-1.0.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page