diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 00:57:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 01:03:01 +0300 |
commit | 0c36853b823be03b06e45944213034fe48102378 (patch) | |
tree | 9c010bbbd2808597155b64c1a2a6bcfa97c211a9 /docs/status.md | |
parent | README: update (diff) | |
download | vk-scripts-0c36853b823be03b06e45944213034fe48102378.tar.gz vk-scripts-0c36853b823be03b06e45944213034fe48102378.zip |
docs: update
Diffstat (limited to 'docs/status.md')
-rw-r--r-- | docs/status.md | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/docs/status.md b/docs/status.md index 8fe0746..b4c197d 100644 --- a/docs/status.md +++ b/docs/status.md @@ -1,22 +1,20 @@ -track_status.py -=============== +vk-status +========= Track when people go online/offline. Usage ----- -Run from the top-level directory using `python -m`: - - > python -m bin.track_status -h - usage: track_status.py [-h] [-t SECONDS] [-l PATH] [-f {csv,log,null}] - [-o PATH] - UID [UID ...] + > vk-status -h + usage: vk-status [-h] [-t SECONDS] [-O] [-l PATH] [-f {csv,log,null}] + [-o PATH] + UID [UID ...] ... For example (using made up user IDs/"screen names"), - > python -m bin.track_status john.doe jane.smith + > vk-status john.doe jane.smith [2016-06-18 01:43:34] John Doe is ONLINE. [2016-06-18 01:43:34] John Doe was last seen at 2016-06-18 01:33:58+03:00 using the official iPhone app. [2016-06-18 01:43:34] Jane Smith is OFFLINE. @@ -30,11 +28,9 @@ For example (using made up user IDs/"screen names"), By default, the script produces a human-readable log. Use the `--log` parameter to write the log to a file. If you want to record when people go online/offline for further analysis using -[online_sessions.py], specify the path to a database using the `--output` -parameter. -Be careful: if the file already exists, it will be overwritten! +[vk-sessions], specify the path to a database using the `--output` parameter. -[online_sessions.py]: online_sessions.md +[vk-sessions]: sessions.md See also -------- |