index
:
vk-scripts
master
Scripts to stalk people on VK
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
vk
/
utils
(
unfollow
)
Commit message (
Collapse
)
Author
2021-05-03
vk.tracking: merge db.io to utils.io
Egor Tensin
2021-05-03
move scripts from bin/ to vk/
Egor Tensin
This is done in preparation to moving to PyPI. TODO: * update docs, * merge/rename some scripts.
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
And a bunch of other minor improvements.
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