Skip to content

John2013/8_vk_friends_online

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Watcher of Friends Online

Prints your vk friends online

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.

How to use

$ 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.

Project Goals

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%