File tree 3 files changed +9
-22
lines changed
3 files changed +9
-22
lines changed 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 )
3
2
** vk_api** – Python модуль для создания скриптов для ВКонтакте (vk.com API wrapper)
4
3
5
4
* [ Документация] ( https://vk-api.readthedocs.io/en/latest/ )
@@ -8,6 +7,10 @@ vk_api [](https://pypi.org/proj
8
7
* [ Документация по методам API] ( https://vk.com/dev/methods )
9
8
* [ Альтернативы vk_api] ( https://github.com/python273/vk_api/issues/356 ) (асинхронность; боты)
10
9
10
+ ```
11
+ python3 -m pip install vk_api
12
+ ```
13
+
11
14
``` python
12
15
import vk_api
13
16
@@ -18,7 +21,3 @@ vk = vk_session.get_api()
18
21
19
22
print (vk.wall.post(message = ' Hello world!' ))
20
23
```
21
-
22
- Установка
23
- ------------
24
- $ pip3 install vk_api
Original file line number Diff line number Diff line change 24
24
author_email = 'vk_api@python273.pw' ,
25
25
26
26
description = (
27
- u 'Python модуль для создания скриптов для социальной сети '
28
- u 'Вконтакте (vk.com API wrapper)'
27
+ 'Python модуль для создания скриптов для социальной сети '
28
+ 'Вконтакте (vk.com API wrapper)'
29
29
),
30
30
long_description = long_description ,
31
31
long_description_content_type = 'text/markdown' ,
52
52
'Programming Language :: Python :: 3.6' ,
53
53
'Programming Language :: Python :: 3.7' ,
54
54
'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 ' ,
57
57
]
58
58
)
You can’t perform that action at this time.
0 commit comments