T
T
Tirel_ly2018-08-23 09:44:57
Python
Tirel_ly, 2018-08-23 09:44:57

What libraries to use to collect data from sites?

There is an idea to create a script that collects data from sites (mainly statistical indicators) for further use in plotting.
What tools and libraries should I use for this? I plan to write in Python.
UPD: Project for personal development :)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Proskurin, 2018-08-23
@Vlad_IT

1) The coolest scrapy
2) For lovers of css query https://lxml.de/cssselect.html
3) Still quite powerful beautifulsoup

S
Sergey Nizhny Novgorod, 2018-08-24
@Terras

Python + requests + beatysoup = in one thread can hack about 10,000 pages in 15-20 minutes.
If you directly need automation, flows, and so on, then already scrappy

G
gpm7315, 2018-08-24
@gpm7315

In most cases urllib+lxml. Another grab is an interesting thing.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question