Answer the question
In order to leave comments, you need to log in
How to create an entry in a VK group?
I want to create an entry in the VK group through python, or requests
Here is my code:
import requests
method = 'wall.post'
token = 'тут_токен_приложения'
version = 5.74
data={
'access_token': token,
'from_group': 0,
'message': 'Привет',
'signed': 0,
'v':version}
r = requests.post('https://api.vk.com/method/wall.post', data).json()
print(r)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question