pyvk icon indicating copy to clipboard operation
pyvk copied to clipboard

vkontakte.ru (largest Russian social network) python API wrapper, fork of https://bitbucket.org/kmike/vkontakte/src and modified

Results 1 pyvk issues
Sort by recently updated
recently updated
newest added

Line print vk.getServerTime() returns the following error: Traceback (most recent call last): File "", line 1, in print vk.getServerTime() File "C:\Python27\lib\site-packages\vkontakte\api.py", line 116, in **call** return self._get(self.method_prefix + method, **params)...