openvk

('Python module for writing scripts for project management platform', 'OpenVK (openvk.su API wrapper)')


Licenses
MIT/Sendmail
Install
pip install openvk==1.8

Documentation

openvkapi

Documentation Status
A modern, easy to use API wrapper for OpenVK written in Python.

Installing

pip install openvk==1.7

Quick Example

from openvk import openvkapi
from openvk import messages


client = openvkapi.auth(login='youre@gmail.com', password='password')
user_id = 1010
messages.send(client, user_id, 'Hello world!')

Links

Documentation
Telegram chat
Author in OpenVK
LeenzeryDev
LuneeDev
.NET version