aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/vk (unfollow)
Commit message (Expand)Author
2021-05-03vk.tracking: merge db.io to utils.ioEgor Tensin
2021-05-03vk.tracking: merge *_status to status.pyEgor Tensin
2021-05-03vk.tracking: status_tracker -> statusEgor Tensin
2021-05-03vk.tracking: merge online_sessions into sessionsEgor Tensin
2021-05-03move scripts from bin/ to vk/Egor Tensin
2020-11-29fix 3.8+ errorsEgor Tensin
2020-03-05StatusTracker: handle SIGTERM alsoEgor Tensin
2019-12-23pylint/pep8 fixesEgor Tensin
2019-09-09work around Python 3.4 csv incompatibilityEgor Tensin
2019-09-09handle SIGINT in StatusTracker properlyEgor Tensin
2019-09-09fix Python 3.4 incompatibilityEgor Tensin
2019-09-09add show_status.pyEgor Tensin
2019-03-13add "service" access_tokenEgor Tensin
2018-03-03"VK Mobile" instead of "the VK Mobile"Egor Tensin
2018-03-03fix Pylint warningsEgor Tensin
2018-03-03new platform, "VK Mobile"Egor Tensin
2018-03-03no more user.screen_nameEgor Tensin
2018-03-03switch to VK API version 5.73Egor Tensin
2017-05-23bugfixEgor Tensin
2017-01-29don't overwrite database filesEgor Tensin
2017-01-29add connection errors to the db loggerEgor Tensin
2017-01-29preserve connection errorsEgor Tensin
2017-01-28refactoringEgor Tensin
2017-01-28add abstract classes for db readers/writersEgor Tensin
2017-01-28vk: move file i/o to a separate moduleEgor Tensin
2017-01-26refactoringEgor Tensin
2016-10-11revert most of the recent Pylint fixesEgor Tensin
2016-10-10fix Pylint warningsEgor Tensin
2016-10-01fix licensing noticesEgor Tensin
2016-07-19make the terminology more consistentEgor Tensin
2016-06-21replace users' "screen names" with their "domains"Egor Tensin
2016-06-21forgot about a debug print()Egor Tensin
2016-06-20bugfix & allow skipping deactivated usersEgor Tensin
2016-06-20implement more user fieldsEgor Tensin
2016-06-19bugfixEgor Tensin
2016-06-19add Pylint configuration & fix the warningsEgor Tensin
2016-06-19remove commented out codeEgor Tensin
2016-06-19factor things out of vk.userEgor Tensin
2016-06-18vk.utils.tracking -> vk.trackingEgor Tensin
2016-06-18implement grouping by hour of the dayEgor Tensin
2016-06-18online_streak_duration.py -> /online_duration.pyEgor Tensin
2016-06-18online_streak_duration.py: grouping by date/wdayEgor Tensin
2016-06-18"online periods" are called "online streaks" nowEgor Tensin
2016-06-18group online periods by date/user/etc.Egor Tensin
2016-06-18put format-specific db writers/readers togetherEgor Tensin
2016-06-18refactoringEgor Tensin
2016-06-17how_much_online.py: CSV/JSON/bar chart outputEgor Tensin
2016-06-17ignore connection errors in the db loggerEgor Tensin
2016-06-17add basic "online periods" extractionEgor Tensin
2016-06-17make the status logger a database writerEgor Tensin