https://github.com/egor-tensin/vk-scripts
Scripts to stalk people on VK
https://github.com/egor-tensin/vk-scripts
Last synced: 7 months ago
JSON representation
Scripts to stalk people on VK
- Host: GitHub
- URL: https://github.com/egor-tensin/vk-scripts
- Owner: egor-tensin
- License: mit
- Created: 2015-05-06T03:02:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T12:38:00.000Z (over 1 year ago)
- Last Synced: 2025-01-11T21:23:26.574Z (9 months ago)
- Language: Python
- Homepage: https://pypi.org/project/vk-scripts/
- Size: 263 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
VK scripts
==========[](https://github.com/egor-tensin/vk-scripts/actions/workflows/ci.yml)
Scripts to stalk people on VK.
Installation
------------pip install vk-scripts
Python 3.4 or higher is required.
`vk-sessions` uses [matplotlib].[matplotlib]: http://matplotlib.org/
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.[vk-mutuals]: docs/mutuals.md
[vk-status]: docs/status.md
[vk-sessions]: docs/sessions.mdDevelopment
-----------### Linting
Requires [Pylint].
pylint vk
[Pylint]: https://www.pylint.org/
### 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.[LICENSE.txt]: LICENSE.txt