Y
Y
Yury Bondaruk2021-06-06 11:57:45
Bots
Yury Bondaruk, 2021-06-06 11:57:45

Setting group status via bot?

import vk_api
import vk
import time
import json
    
    
token = "-"
token_user = "-"

session = vk.Session(access_token=token_user)
api = vk.API(session ,v='5.92', lang='ru')
api.status.set(text='тут должен быть текст',group_id=173273638)


The response Rate limit reached is received, while the status in the group does not change. Tell me how to be, please :)

* I'm not an experienced user-coder, but only a self-taught Internet guide, I'm making a Python bot for myself

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question