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 details)

Uploaded Source

Built Distribution

weao-1.0.0-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

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

Hashes for weao-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b1bcd56b560556d638d5cb09fe39f7adb93ec62504f82ab3018c7813ab3ec746
MD5 dcfd4af83f1b2aa3c4e52b01a200cc24
BLAKE2b-256 1750db8879c3c7fa74123d74c23fbfdbebc49f1f907033d43ee5835646b9ec30

See more details on using hashes here.

Provenance

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

Hashes for weao-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 75960af7f3d36aae2e13634ac5e470f20ef0190e4990db118dcf5a19a4685628
MD5 e41de80631d30dfe64a83364d0b6c67c
BLAKE2b-256 6d65f9199ebd4939c3b0137d9fdbb1993e565a3b55ad21c4da66dc1c76bddb09

See more details on using hashes here.

Provenance

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