+ 1
How can get data from a web?
in comon method to get data from a website, we get all of text from a web, but how can get specific data(like number of view, data, time, temperature, and ...)? ? how should we write code to find or achieve specific data?
3 Respostas
+ 11
beautifulsoup
or selenium
+ 5
Yes, beautifulsoup is great. You might also try scrapy module - gets the job done, as well.
+ 1
a simple example please