I
I
Ivan Ivanov2014-06-15 17:58:09
Python
Ivan Ivanov, 2014-06-15 17:58:09

Are there ready-made solutions for collecting articles from the site?

Let's say the program collects articles from a specific Wikipedia section and posts them to the site, as I understand it, is this called a parser?
There is no specific task, just curious

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
yttrium, 2014-06-16
@yttrium

a universal ready-made solution is Python itself .. you download it via urllib2 and parse yourself. You find either find'om or through the re module the necessary pieces.

K
kuznetsovin, 2014-06-17
@kuznetsovin

There is no universal solution. But with the help of Lxml , you can write a parser for any site.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question