Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Fatal1ty/vknotifier
App for notification of changing online statuses for specific users on vk.com
https://github.com/Fatal1ty/vknotifier
Last synced: 13 days ago
JSON representation
App for notification of changing online statuses for specific users on vk.com
- Host: GitHub
- URL: https://github.com/Fatal1ty/vknotifier
- Owner: Fatal1ty
- Created: 2013-03-21T17:03:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T17:32:20.000Z (over 11 years ago)
- Last Synced: 2024-10-25T21:52:19.808Z (19 days ago)
- Language: Python
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vknotifier
==========App for notification of changing online statuses for specific users on vk.com
Description
----------vknotifier is an application for those who need to monitor online status of specific users on social network vk.com. It just sits in your system tray and displays notifications when someone from a specific set of users becomes online or offline.
vknotifier currently works only on Windows.
![](https://raw.github.com/Fatal1ty/trash/master/vknotifier/vknotifier.png)
Getting started
----------Install [vk package](https://github.com/Fatal1ty/vk) first.
In `settings.ini` specify list of user ids (uids):
```
"users": [1, 2]
```and checking interval in seconds:
```
"delay": 5
```And start vknotifier:
```
pythonw.exe vknotifier.py
```