vvscode / 8_vk_friends_online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watcher of Friends Online

The script created to display your vk-friends online. For correct work script requires APP_ID, you can get it by creating application at https://vk.com/editapp?act=create

You could pass this id with environment variable VK_APP_ID:

VK_APP_ID=123456 python3 vk_friends_online.py

Script will request your login and password, and after that it will show list of your online friends.

How to Install

Python 3 should be already installed. Then use pip (or pip3 if there is a conflict with old Python 2 setup) to install dependencies:

pip install -r requirements.txt # alternatively try pip3

Remember, it is recommended to use virtualenv/venv for better isolation.

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About


Languages

Language:Python 100.0%