Skip to main content

Pythonic API Wrapper for WEAO API

Project description

WEAO

forthebadge made-with-python

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


Download files

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

Source Distribution

weao-1.0.0.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

weao-1.0.0-py3-none-any.whl (8.1 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