Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/samalyarov/media_parsers
- Owner: samalyarov
- Created: 2023-02-28T03:27:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-31T16:08:37.000Z (over 1 year ago)
- Last Synced: 2024-10-10T18:21:22.662Z (28 days ago)
- Topics: configparser, glob, nltk, numpy, openpyxl, pandas, parser, parsing, pymorphy2, python, regular-expressions, selenium, stopwords, telegram, telethon, tqdm, vk-api, vkontakte
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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* |