Skip to content

Parsers for several common messengers and social networks (Telegram + VK)

Notifications You must be signed in to change notification settings

samalyarov/media_parsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Media parsing

This is a repository with several parsers for various messengers and social networks. All have been tested an utilized in actual work. Each folder contains several files and scripts as well as a README file with description of the project as well as a list of python libraries and tools used in that project.

Project name Project Description Libraries and tools used
1.VK parser A parser for posts and comments in VK social network most common in Russia and other CIS countries vk, glob, os, time, datetime, json, openpyxl, selenium, pandas, numpy, re, stop_words, pymorphy2, nltk, tqdm
2.VK user parser A parser for users in VK social network. Returns users based on certain search criteria vk, numpy, pandas, json, glob, re, time
3.Telegram parser A parser for Telegram messenger app telethon, glob, configparser, json, pandas