Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenVk-API

Raw API for OpenVK

pip install openvk-api

Use OpenVk Docs to use OpenVkApiMethod

Quick example

from openvk_api import OpenVkClient
# Use token
client = OpenVkClient(token="sdflksdfkljssldkjgsdg-jill")
# Use login and password
client = OpenVkClient()
client = client.auth_with_password(login="fckptn@gg.su", password="Hydra")

api = client.get_api()
print(api.messages.send(user_id=10484, message="Hello, developer"))

Links

About

Python API for OpenVk

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages