Pythonic API Wrapper for WEAO API
Project description
WEAO
Python API wrapper for the https://whatexploitsare.online API
Installation
Python 3.11 or higher is required
Install The PyPi Version:
py -3 -m pip install -U weao
You may also install the development version:
pip install git+https://github.com/xFGhoul/WEAO.git
Usage
Quick Example:
import asyncio
from weao import Client
client = Client()
async def get_exploit():
exploit = await client.get_exploit("Synapse")
print(exploit.status)
loop = asyncio.new_event_loop()
loop.run_until_complete(get_exploit())
You can find more examples in the examples directory.
Files and Explanations
├──.github — GitHub configuration including CI/CD workflows
├──docs — Developer Documentation
├──tests — Tests
├──examples — Examples Showing How To Use The Wrapper
├──weao — Source Code Of WEAO
Made With ❤️ By
ghoul#9497
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
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 weao-1.0.0.tar.gz.
File metadata
- Download URL: weao-1.0.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.5.6 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1bcd56b560556d638d5cb09fe39f7adb93ec62504f82ab3018c7813ab3ec746
|
|
| MD5 |
dcfd4af83f1b2aa3c4e52b01a200cc24
|
|
| BLAKE2b-256 |
1750db8879c3c7fa74123d74c23fbfdbebc49f1f907033d43ee5835646b9ec30
|
File details
Details for the file weao-1.0.0-py3-none-any.whl.
File metadata
- Download URL: weao-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.5.6 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75960af7f3d36aae2e13634ac5e470f20ef0190e4990db118dcf5a19a4685628
|
|
| MD5 |
e41de80631d30dfe64a83364d0b6c67c
|
|
| BLAKE2b-256 |
6d65f9199ebd4939c3b0137d9fdbb1993e565a3b55ad21c4da66dc1c76bddb09
|