Skip to content

Vkontakte API wrapper with proper error handling.

License

Notifications You must be signed in to change notification settings

ashvardanian/PyScrapeVk

 
 

Repository files navigation

PyScrapeVk

Python wrapper for Vk.com (Vkontakte.ru) API. This fork supports multi-object responses and silent iteration over errors.

PyPI Travis Docs codecov

Install

This version:

$ pip install git+https://github.com/ashvardanian/PyScrapeVk.git

Original version:

$ pip install vk

Usage

>>> import ig
>>> api = vk.API(access_token = '', lang = 'en', v = '5.103')
>>> api.session.proxies = self.proxies_dict()
>>> list(api.users.get(user_ids=1))

[{'first_name': 'Pavel', 'last_name': 'Durov', 'id': 1}]

See Vk docs for detailed API guide.

More info

Read full documentation

About

Vkontakte API wrapper with proper error handling.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 97.9%
  • Shell 2.1%