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
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
arkvatar-1.0.0.tar.gz
(2.5 kB
view hashes)