File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- vk_api [ ![ PyPI] ( https://img.shields.io/pypi/v/vk_api.svg )] ( https://pypi.org/project/vk_api/ ) ![ Python 3.6, 3.7, 3.8] ( https://img.shields.io/pypi/pyversions/vk_api.svg )
2- =================================================================================================================================================================================
1+ # vk_api [ ![ PyPI] ( https://img.shields.io/pypi/v/vk_api.svg )] ( https://pypi.org/project/vk_api/ ) ![ Python 3.x] ( https://img.shields.io/pypi/pyversions/vk_api.svg )
32** vk_api** – Python модуль для создания скриптов для ВКонтакте (vk.com API wrapper)
43
54* [ Документация] ( https://vk-api.readthedocs.io/en/latest/ )
@@ -8,6 +7,10 @@ vk_api [](https://pypi.org/proj
87* [ Документация по методам API] ( https://vk.com/dev/methods )
98* [ Альтернативы vk_api] ( https://github.com/python273/vk_api/issues/356 ) (асинхронность; боты)
109
10+ ```
11+ python3 -m pip install vk_api
12+ ```
13+
1114``` python
1215import vk_api
1316
@@ -18,7 +21,3 @@ vk = vk_session.get_api()
1821
1922print (vk.wall.post(message = ' Hello world!' ))
2023```
21-
22- Установка
23- ------------
24- $ pip3 install vk_api
Original file line number Diff line number Diff line change 2424 author_email = 'vk_api@python273.pw' ,
2525
2626 description = (
27- u 'Python модуль для создания скриптов для социальной сети '
28- u 'Вконтакте (vk.com API wrapper)'
27+ 'Python модуль для создания скриптов для социальной сети '
28+ 'Вконтакте (vk.com API wrapper)'
2929 ),
3030 long_description = long_description ,
3131 long_description_content_type = 'text/markdown' ,
5252 'Programming Language :: Python :: 3.6' ,
5353 'Programming Language :: Python :: 3.7' ,
5454 'Programming Language :: Python :: 3.8' ,
55- 'Programming Language :: Python :: Implementation :: PyPy ' ,
56- 'Programming Language :: Python :: Implementation :: CPython ' ,
55+ 'Programming Language :: Python :: 3.9 ' ,
56+ 'Programming Language :: Python :: 3.10 ' ,
5757 ]
5858)
You can’t perform that action at this time.
0 commit comments