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

Uploaded Source

Built Distribution

vkwave_api-0.3.5-py3-none-any.whl (1.8 kB view details)

Uploaded Python 3

File details

Details for the file vkwave-api-0.3.5.tar.gz.

File metadata

  • Download URL: vkwave-api-0.3.5.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.5 CPython/3.9.2 Linux/5.10.23-1-MANJARO

File hashes

Hashes for vkwave-api-0.3.5.tar.gz
Algorithm Hash digest
SHA256 c79b2b8dd8d516dbc166fbe114fd8f37e50cc2e60f3f89e674ea84f3846e6a9c
MD5 36a25f01add7e01a9d8a2c2389e65d33
BLAKE2b-256 7b0a5569550761f34717467843b5a1de919bf18e2983ad3809165ee45d5ac7bd

See more details on using hashes here.

File details

Details for the file vkwave_api-0.3.5-py3-none-any.whl.

File metadata

  • Download URL: vkwave_api-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 1.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.5 CPython/3.9.2 Linux/5.10.23-1-MANJARO

File hashes

Hashes for vkwave_api-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8bf531dc4569e8bcf5ca1f3326b8f425cc3529d3284a926cc482ff3fc2edb1ef
MD5 f5edaae1c082460a7074ea790b882572
BLAKE2b-256 f9907f252eaa8cd24db9044adaf0bd31489a4e3c17d531a12e86cf17238e607b

See more details on using hashes here.

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