| Commit message (Expand) | Author |
2019-09-09 | 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-03-13 | add "service" access_token | Egor Tensin |
2018-03-03 | "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 | switch to VK API version 5.73 | Egor Tensin |
2017-05-23 | bugfix | Egor Tensin |
2017-01-29 | 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-28 | 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-26 | refactoring | Egor Tensin |
2016-10-11 | revert most of the recent Pylint fixes | Egor Tensin |
2016-10-10 | fix Pylint warnings | Egor Tensin |
2016-10-01 | fix licensing notices | Egor Tensin |
2016-07-19 | make the terminology more consistent | Egor Tensin |
2016-06-21 | replace users' "screen names" with their "domains" | Egor Tensin |
2016-06-21 | forgot about a debug print() | Egor Tensin |
2016-06-20 | bugfix & allow skipping deactivated users | Egor Tensin |
2016-06-20 | implement more user fields | Egor Tensin |
2016-06-19 | 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-18 | 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-17 | 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 | make the status logger a database writer | Egor Tensin |
2016-06-17 | add the platform a user was "last seen" using | Egor Tensin |
2016-06-16 | refactoring & support more user fields | Egor Tensin |
2016-06-16 | make "last seen" timestamps timezone-aware | Egor Tensin |
2016-06-16 | log user's "last seen" time if they're online | Egor Tensin |
2016-06-16 | add CSV database reader | Egor Tensin |
2016-06-16 | track_status.py: move stuff to the package | Egor Tensin |
2016-06-15 | move API wrappers to a package | Egor Tensin |