Async API Wrapper for Phisherman.gg in Python
Project description
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
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file phisherman.py-1.0.0.tar.gz.
File metadata
- Download URL: phisherman.py-1.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.10 CPython/3.9.6 Darwin/19.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67bdfddf95c5838263c7af9e358e0ad1f67b97617c22f664ce369d9be6a29964
|
|
| MD5 |
8111711178a8062a0fda3b096bbfe303
|
|
| BLAKE2b-256 |
4ca0688bae7edb6074fd9d1ba16b76ed4978ed47433347302ad6c5acf1294089
|
File details
Details for the file phisherman.py-1.0.0-py3-none-any.whl.
File metadata
- Download URL: phisherman.py-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.10 CPython/3.9.6 Darwin/19.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebedde921175ba5944f63308b2cf77811d43308d70d62db62cd3da5fdf8707f8
|
|
| MD5 |
f24567a6ac13478888def07d249810b2
|
|
| BLAKE2b-256 |
b1a5d40865f99a605d57e83afadd6a1782d8aeda2b55b7d6667aecfdee6c4fd9
|