https://github.com/azarattum/vkwatcher-legacy
Application to gather and analyze friend's online statistics.
https://github.com/azarattum/vkwatcher-legacy
Last synced: 4 days ago
JSON representation
Application to gather and analyze friend's online statistics.
- Host: GitHub
- URL: https://github.com/azarattum/vkwatcher-legacy
- Owner: Azarattum
- Created: 2019-07-09T12:04:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T09:50:36.000Z (almost 7 years ago)
- Last Synced: 2025-10-31T14:43:39.318Z (8 months ago)
- Language: Python
- Homepage:
- Size: 717 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VKWatcher
Application to gather and analyze friend's online statistics.
### Setup:
Create a file named "token.txt" in the root directory with your vk auth token. You need permissions for "friends" and "offline". How to get a user token you can read [here](https://vk.com/dev/authcode_flow_user).
### Third-party libraries:
* [requests (and its dependences)](https://github.com/kennethreitz/requests) - Python HTTP Requests for Humans™.