Skip to main content

API Wrapper to interact with Arkvatar.

Project description

Arkvatar-py

API Wrapper to interact with Arkvatar.

Built with

Installation

pip install arkvatar-py

Usage

import asyncio
from arkvatar import Arkvatar


async def main():
    arkvatar = Arkvatar()
    identifier = "azerty@gmail.com"
    request = await arkvatar.store("Email", identifier)
    print(request)


if __name__ == '__main__':
    loop = asyncio.get_event_loop()
    loop.run_until_complete(main())

Authors

  • Jolan Beer - Highjhacker

License

Arkvatar-py is under MIT license. See the LICENSE file for more informations.

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

arkvatar-1.0.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

arkvatar-1.0.0-py3-none-any.whl (3.8 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