aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/vk/api.py (unfollow)
Commit message (Collapse)Author
2021-08-20update API versionEgor Tensin
2019-12-23pylint/pep8 fixesEgor Tensin
2019-03-13add "service" access_tokenEgor Tensin
2018-03-03fix Pylint warningsEgor Tensin
2018-03-03switch to VK API version 5.73Egor Tensin
2017-01-29preserve connection errorsEgor Tensin
2016-10-01fix licensing noticesEgor Tensin
2016-06-21forgot about a debug print()Egor Tensin
2016-06-20bugfix & allow skipping deactivated usersEgor Tensin
URLs built the right way, among other things.
2016-06-19bugfixEgor Tensin
2016-06-19add Pylint configuration & fix the warningsEgor Tensin
2016-06-16refactoring & support more user fieldsEgor Tensin
And a bunch of other minor improvements.
2016-06-15move API wrappers to a packageEgor Tensin
2016-06-10api.ConnectionError -> api.APIConnectionErrorEgor Tensin
To avoid clashes with the standard library.
2016-06-09track_status.py: ignore connection errorsEgor Tensin
This closes (hopefully) #1.
2016-02-12refactoringEgor Tensin
2016-02-12refactoringEgor Tensin
2016-02-12request responses in English explicitlyEgor Tensin
2015-07-17bugfixEgor Tensin