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
/ vk_api Public
forked from python273/vk_api

Модуль для создания скриптов для ВКонтакте | vk.com API wrapper

License

Notifications You must be signed in to change notification settings

sysdiv/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!'))

Установка

$ pip3 install vk_api

About

Модуль для создания скриптов для ВКонтакте | vk.com API wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%

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