Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ivanbaklanov/vk_api

Repository files navigation

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

import vk_api
vk_session = vk_api.VkApi('+71234567890', 'mypassword')
vk_session.auth()
vk = vk_session.get_api()
print(vk.wall.post(message='Hello world!'))

Установка

$ pip install vk_api

About

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

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages

  • Python 100.0%

AltStyle によって変換されたページ (->オリジナル) /