Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update API version | Egor Tensin | 2021-08-20 |
| | |||
* | vk.tracking: merge db.io to utils.io | Egor Tensin | 2021-05-03 |
| | |||
* | vk.tracking: merge *_status to status.py | Egor Tensin | 2021-05-03 |
| | |||
* | vk.tracking: status_tracker -> status | Egor Tensin | 2021-05-03 |
| | |||
* | vk.tracking: merge online_sessions into sessions | Egor Tensin | 2021-05-03 |
| | |||
* | move scripts from bin/ to vk/ | Egor Tensin | 2021-05-03 |
| | | | | | | This is done in preparation to moving to PyPI. TODO: * update docs, * merge/rename some scripts. | ||
* | fix 3.8+ errors | Egor Tensin | 2020-11-29 |
| | |||
* | StatusTracker: handle SIGTERM also | Egor Tensin | 2020-03-05 |
| | |||
* | pylint/pep8 fixes | Egor Tensin | 2019-12-23 |
| | |||
* | work around Python 3.4 csv incompatibility | Egor Tensin | 2019-09-09 |
| | |||
* | handle SIGINT in StatusTracker properly | Egor Tensin | 2019-09-09 |
| | |||
* | fix Python 3.4 incompatibility | Egor Tensin | 2019-09-09 |
| | |||
* | add show_status.py | Egor Tensin | 2019-09-09 |
| | |||
* | add "service" access_token | Egor Tensin | 2019-03-13 |
| | |||
* | "VK Mobile" instead of "the VK Mobile" | Egor Tensin | 2018-03-03 |
| | |||
* | fix Pylint warnings | Egor Tensin | 2018-03-03 |
| | |||
* | new platform, "VK Mobile" | Egor Tensin | 2018-03-03 |
| | |||
* | no more user.screen_name | Egor Tensin | 2018-03-03 |
| | | | | Can't find any mention of it in the docs. | ||
* | switch to VK API version 5.73 | Egor Tensin | 2018-03-03 |
| | |||
* | bugfix | Egor Tensin | 2017-05-23 |
| | |||
* | don't overwrite database files | Egor Tensin | 2017-01-29 |
| | |||
* | add connection errors to the db logger | Egor Tensin | 2017-01-29 |
| | |||
* | preserve connection errors | Egor Tensin | 2017-01-29 |
| | |||
* | refactoring | Egor Tensin | 2017-01-28 |
| | |||
* | add abstract classes for db readers/writers | Egor Tensin | 2017-01-28 |
| | |||
* | vk: move file i/o to a separate module | Egor Tensin | 2017-01-28 |
| | |||
* | refactoring | Egor Tensin | 2017-01-26 |
| | | | | Context managers everywhere! | ||
* | revert most of the recent Pylint fixes | Egor Tensin | 2016-10-11 |
| | | | | I know better how to name my things. | ||
* | fix Pylint warnings | Egor Tensin | 2016-10-10 |
| | |||
* | fix licensing notices | Egor Tensin | 2016-10-01 |
| | |||
* | make the terminology more consistent | Egor Tensin | 2016-07-19 |
| | | | | | "Online sessions" instead of "online periods/streaks/durations", "time ranges" instead of "date ranges", etc. | ||
* | replace users' "screen names" with their "domains" | Egor Tensin | 2016-06-21 |
| | |||
* | forgot about a debug print() | Egor Tensin | 2016-06-21 |
| | |||
* | bugfix & allow skipping deactivated users | Egor Tensin | 2016-06-20 |
| | | | | URLs built the right way, among other things. | ||
* | implement more user fields | Egor Tensin | 2016-06-20 |
| | |||
* | bugfix | Egor Tensin | 2016-06-19 |
| | |||
* | add Pylint configuration & fix the warnings | Egor Tensin | 2016-06-19 |
| | |||
* | remove commented out code | Egor Tensin | 2016-06-19 |
| | |||
* | factor things out of vk.user | Egor Tensin | 2016-06-19 |
| | |||
* | vk.utils.tracking -> vk.tracking | Egor Tensin | 2016-06-18 |
| | |||
* | implement grouping by hour of the day | Egor Tensin | 2016-06-18 |
| | |||
* | online_streak_duration.py -> /online_duration.py | Egor Tensin | 2016-06-18 |
| | |||
* | online_streak_duration.py: grouping by date/wday | Egor Tensin | 2016-06-18 |
| | |||
* | "online periods" are called "online streaks" now | Egor Tensin | 2016-06-18 |
| | |||
* | group online periods by date/user/etc. | Egor Tensin | 2016-06-18 |
| | |||
* | put format-specific db writers/readers together | Egor Tensin | 2016-06-18 |
| | |||
* | refactoring | Egor Tensin | 2016-06-18 |
| | |||
* | how_much_online.py: CSV/JSON/bar chart output | Egor Tensin | 2016-06-17 |
| | |||
* | ignore connection errors in the db logger | Egor Tensin | 2016-06-17 |
| | |||
* | add basic "online periods" extraction | Egor Tensin | 2016-06-17 |
| |