F
F
fresh22814882019-04-26 19:17:34
API
fresh2281488, 2019-04-26 19:17:34

How to make auto-posting on the VK wall?

There is a code that needs to be finalized so that it works on a constant cycle.
import vk_api
vk_session = vk_api.VkApi('login, 'password')
vk_session.auth()
vk = vk_session.get_api()
print(vk.wall.post(message='TEXT'))
This Python code works when you press it yourself (in principle, it is logical)
How can I make it to post myself, without my knowledge? (if captcha, then how to do it at a certain point in time?)

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