Prints your vk friends online
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.
$ python vk_friends_online.py # alternatively try python3
Program prints your online frends, example:
Введите логин: +79999999999
Введите пароль:
Друзья онлайн:
Сергей Сергеев
Иван Иванов
Пётр Петров
In settings of your profile in vk.com OTP authorisation must be disabled.
The code is written for educational purposes. Training course for web-developers - DEVMAN.org