diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-19 03:13:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-19 03:13:42 +0300 |
commit | 57b34139a541d9152fad310b0840853de4834414 (patch) | |
tree | 88e96eb81f73d89b1ae2bc43f17e40430c81eb87 /docs | |
parent | doc/ -> docs/ (diff) | |
download | vk-scripts-57b34139a541d9152fad310b0840853de4834414.tar.gz vk-scripts-57b34139a541d9152fad310b0840853de4834414.zip |
README update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/images/date.png (renamed from docs/images/online_duration/date.png) | bin | 14223 -> 14223 bytes | |||
-rw-r--r-- | docs/images/hour.png (renamed from docs/images/online_duration/hour.png) | bin | 53227 -> 53227 bytes | |||
-rw-r--r-- | docs/images/user.png (renamed from docs/images/online_duration/user.png) | bin | 20610 -> 20610 bytes | |||
-rw-r--r-- | docs/images/weekday.png (renamed from docs/images/online_duration/weekday.png) | bin | 33239 -> 33239 bytes | |||
-rw-r--r-- | docs/track_status.md | 7 |
5 files changed, 5 insertions, 2 deletions
diff --git a/docs/images/online_duration/date.png b/docs/images/date.png Binary files differindex 477c530..477c530 100644 --- a/docs/images/online_duration/date.png +++ b/docs/images/date.png diff --git a/docs/images/online_duration/hour.png b/docs/images/hour.png Binary files differindex cad26b3..cad26b3 100644 --- a/docs/images/online_duration/hour.png +++ b/docs/images/hour.png diff --git a/docs/images/online_duration/user.png b/docs/images/user.png Binary files differindex 13a7420..13a7420 100644 --- a/docs/images/online_duration/user.png +++ b/docs/images/user.png diff --git a/docs/images/online_duration/weekday.png b/docs/images/weekday.png Binary files differindex 5cf659e..5cf659e 100644 --- a/docs/images/online_duration/weekday.png +++ b/docs/images/weekday.png diff --git a/docs/track_status.md b/docs/track_status.md index 8bbb380..a682005 100644 --- a/docs/track_status.md +++ b/docs/track_status.md @@ -30,10 +30,13 @@ 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], -specify the path to a database using the `--output` parameter. +If you want to record when people go online/offline for further analysis using +[online_duration.py], specify the path to a database using the `--output` +parameter. Be careful: if the file already exists, it will be overwritten! +[online_duration.py]: online_duration.md + See also -------- |