Answer the question
In order to leave comments, you need to log in
Is there a good guide for working with Vk api in python3?
Good day, I'm a beginner python developer, so I decided to learn how to work with vk api, but something doesn’t go very well, can you tell me a good guide on this topic? I will be very grateful.
Answer the question
In order to leave comments, you need to log in
If I were you, I would first manually probe the API, using curl, for example, or Postman , while smoking the official documentation . All guides and tutorials that exist at the moment are probably partially partially, or even completely outdated.
The acquired knowledge is very easily adapted to any languages or frameworks. Of course, you can also use a wrapper, like those given above.
I looked there, but there it doesn’t work with the token, something else,
There are wrappers for python:
https://github.com/python273/vk_api
https://github.com/dimka665/vk
Use them, as well as the official documentation for learning.
Maybe a little PR, but suddenly someone will help and make life much easier.
I tried in practice those libraries that are listed in the previous comment, unfortunately not everything is so smooth with them (see the bugtracker for https://github.com/dimka665/vk for example), and the support leaves much to be desired, apparently the authors are too busy for this.
So I decided it wouldn’t work, and in general I made a fork of the vk project, a lot of improvements and fixes have already been made, welcome to use https://github.com/prawn-cake/vk-requests ;)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question