D
D
dmasloff2021-04-02 23:12:14
Parsing
dmasloff, 2021-04-02 23:12:14

What language is easier to use for parsing data?

Good evening gentlemen. Recommend a programming language in which you can easily write a script for parsing data from social networks, such as VK or Facebook; the task is to check the members of several communities in these social networks for the presence of communities that are common to people subscribed to a given page. I myself am familiar with the pluses and a little completely with python, but for about a year I have not written anything. Please advise how this can be done in the easiest way, either using data from the PL or some others so that the implementation takes a little time. It would be cool if you still throw off sources where you can read about it in an accessible way. There is no experience of implementing such a level, as you understand. Thank you in advance.
PS. Also, if there are ready-made, easily adaptable solutions for my task, then I will be happy to look at them.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
R
rundll32, 2021-04-03
@rundll32

It depends on how you are going to parse, but if you know Python, then the choice is obvious, perhaps you can do without parsing using VkAPI.

V
vItalIyIrtlach, 2021-04-03
@w13vitaliy

Python, JavaScript (NodeJS)

N
Nadim Zakirov, 2021-04-03
@zkrvndm

I recommend JavaScript.
1. It has a low entry threshold, the simplest of programming languages
​​2. The code can be run immediately in the browser, open the browser console, paste the written code and you're done, it will run immediately on the site where you are
3. And probably the most important thing is the fact that the browser console helps you write code and, in case of errors, clearly indicates exactly where you made a mistake
. If you can’t write code, try zennoposter, it doesn’t require programming skills at all, everything works stupidly in visual mode.

V
Vladimir Korotenko, 2021-04-03
@firedragon

Don't do bullshit. In my experience, scraping is the lowest paid occupation. Plus, many companies actively oppose it. Of course, there are alternatives in the form of public api for money, in fact, this is their idea.
True, there are exceptions, but getting into such a project with your level is almost impossible.

M
mkone112, 2021-04-03
@mkone112

COBOL or C++ (especially since you know it)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question