VK scripts
Scripts to stalk people on VK.
Installation
pip install vk-scripts
Python 3.4 or higher is required.
vk-sessions
uses matplotlib.
Usage
- vk-mutuals — Learn who your ex and her new boyfriend are both friends with.
- vk-status — Track when people go online/offline.
- vk-sessions — View/visualize the amount of time people spend online.
Development
Linting
Requires Pylint.
pylint vk
Releases
Make a git tag:
git tag "v$( python -m setuptools_scm --strip-dev )"
You can then review that the tag is fine and push w/ git push --tags
.
License
Distributed under the MIT License. See LICENSE.txt for details.