E
E
Eduard Deinega2015-08-03 15:28:26
Python
Eduard Deinega, 2015-08-03 15:28:26

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

6 answer(s)
E
entermix, 2015-08-03
@entermix

vk.com/dev

A
Alexander Savchuk, 2015-08-03
@MrLinch

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.

E
Eduard, 2015-08-03
Deynega

I looked there, but there it doesn’t work with the token, something else,

A
Alexander, 2015-08-03
@bIbI4k0

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.

P
prawn-cake, 2016-02-14
@prawn-cake

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 ;)

I
Ilya, 2016-07-25
@nuBacuk

Everything is simple there, for example, I wrote a small service. https://habrahabr.ru/post/279977/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question