Skip to main content

Accessing VK API for humans.

Project description

VKWave-API

Accessing VK API for humans.

Install

pip install vkwave-api

Example

from vkwave_api import API, run

async def main():
    api = API("MY TOKEN")
    vk = api.get_api()
    me = await vk.users.get()
    print(me)

run(main())

Or synchronous example

from vkwave_api import SyncAPI

def main():
    api = SyncAPI("MYTOKEN")
    me = api.api_request("users.get")
    print(me)

main()

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

vkwave-api-0.3.5.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

vkwave_api-0.3.5-py3-none-any.whl (1.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