Skip to main content

Python модуль для написания скриптов для социальной сети Вконтакте (vk.com) (API wrapper)

Project description

vk_mda (vk_api mod) Python 2.7, 3.4+

vk_mdaМодификация модуля vk_api / Python модуль для создания скриптов для социальной сети Вконтакте (vk.com API wrapper)

import vk_mda as vk_api

vk_session = vk_api.VkApi('+71112223344', 'mypassword')
vk_session.auth()

vk = vk_session.get_api()

print(vk.wall.post(message='Hello world!'))

Установка

$ pip install vk-mda

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

vk_mda-11.9.3-py3-none-any.whl (47.0 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