Skip to content

americanexplorer13/vk_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vk_likes

You will need: Python ver 3.6 and high, but I recommend to use python 3.7 external libraries: vk-api, pandas import vk-api import pandas

After installing, open the code and go to the 16 string:

vk_session = vk_api.VkApi('email_vk', 'password', auth_handler=auth_handler)

and execute the program,

Appearing first message, input the code from 2factor auth (If you have it). Appearing second message, input friend id which we will parse.

The result of the work will be save in CSV format file.

What we can collect

We can easily collect comments, likes, audio, video and music from people until their profiles are not hidden from the public The most basic task is to collect likes, 'cause vk API has specific method to check if our user liked something or not. The medium task is to collect comments from specific user 'cause as far as I understood, we should do it by ourself and vk doesn't provide any methods to do this task easier.

What we cannot collect

I guess there is no such thing that we cannot collect, but there can be a problem if the specific user is hidden from public, so it's physically impossible to take any information from him. Or another problem if specific user has public account but his friends doesn't or they are all hidden by user's security politics.

About

Парсер для вк

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages