vk_api:为VKontakte创建脚本的模块| vk.com API包装器

时间:2024-05-01 18:31:17
【文件属性】:

文件名称:vk_api:为VKontakte创建脚本的模块| vk.com API包装器

文件大小:316KB

文件格式:ZIP

更新时间:2024-05-01 18:31:17

python vk vkontakte api-wrapper vkontakte-api

vk_api vk_api-用于为VKontakte创建脚本的Python模块(vk.com API包装器) (异步;机器人) 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


【文件预览】:
vk_api-master
----.travis.yml(854B)
----vk_api()
--------streaming.py(4KB)
--------bot_longpoll.py(7KB)
--------tools.py(8KB)
--------audio.py(20KB)
--------utils.py(4KB)
--------enums.py(3KB)
--------__init__.py(422B)
--------vk_api.py(22KB)
--------requests_pool.py(7KB)
--------keyboard.py(10KB)
--------upload.py(24KB)
--------execute.py(3KB)
--------longpoll.py(20KB)
--------audio_url_decoder.py(3KB)
--------exceptions.py(4KB)
----docs()
--------bot_longpoll.rst(324B)
--------tools.rst(164B)
--------execute.rst(181B)
--------conf.py(6KB)
--------requests_pool.rst(289B)
--------streaming.rst(149B)
--------audio.rst(127B)
--------make.bat(774B)
--------exceptions.rst(124B)
--------longpoll.rst(479B)
--------upload.rst(149B)
--------Makefile(603B)
--------jconfig.rst(443B)
--------keyboard.rst(274B)
--------enums.rst(96B)
--------index.rst(1014B)
--------vk_api.rst(193B)
--------_static()
----requirements_dev.txt(18B)
----.github()
--------ISSUE_TEMPLATE()
----tests()
--------test_jconfig.py(385B)
--------conftest.py(223B)
--------test_keyboard.py(879B)
--------test_api.py(157B)
--------test_execute.py(330B)
--------test_requests_pool.py(769B)
----LICENSE(11KB)
----requirements.txt(73B)
----examples()
--------messages_bot()
--------get_all_audio.py(1KB)
--------simple_example.py(976B)
--------execute_functions.py(1KB)
--------streaming.py(803B)
--------bot_longpoll.py(2KB)
--------callback_bot.py(2KB)
--------captcha_handle.py(1KB)
--------proxies_timeout_retries.py(894B)
--------two_factor_auth.py(975B)
--------get_album_audio.py(877B)
--------keyboard_inline.py(5KB)
--------upload_photo.py(831B)
--------get_full_wall.py(2KB)
--------requests_pool.py(4KB)
--------keyboard.py(1KB)
--------auth_by_code.py(648B)
--------longpoll.py(2KB)
--------README.md(1KB)
----setup.py(2KB)
----.gitignore(183B)
----README.md(1KB)
----jconfig()
--------jconfig.py(916B)
--------__init__.py(249B)
--------memory.py(501B)
--------base.py(1KB)

网友评论