The module outputs VK friends who are currently online to the terminal.
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.
Example of script launch on Linux, Python 3.5:
$ python3 vk_friends_online.py
Please enter your login:
user@astronaut.com
Please enter your password:
********
Mark Vande Hei
Joseph Acaba
Alexander Misurkin
Scott Tingle
Norishige Kanai
Anton Shkaplerov
The code is written for educational purposes. Training course for web-developers - DEVMAN.org