Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samalyarov/media_parsers

Parsers for several common messengers and social networks (Telegram + VK)
https://github.com/samalyarov/media_parsers

configparser glob nltk numpy openpyxl pandas parser parsing pymorphy2 python regular-expressions selenium stopwords telegram telethon tqdm vk-api vkontakte

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/samalyarov/media_parser/tree/main/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](https://github.com/samalyarov/media_parser/tree/main/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](https://github.com/samalyarov/media_parser/tree/main/telegram_parser) | A parser for Telegram messenger app | *telethon, glob, configparser, json, pandas* |