P
P
pivazik2020-06-22 23:09:36
Python
pivazik, 2020-06-22 23:09:36

How to get text from a site?

How can I get the text from here: https://vk.com/dev/health , namely:
Category of methods - messages
And from messages get the time of requests.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
datka, 2020-06-23
@pivazik

Parse this data. Python BeautifulSoup(bs4)

var content = {
  'data': ,
  'header': ['Methods category', 'Status', 'Performance', 'Uptime']
};

A
Alexander Pikeev, 2020-06-22
@Baryon

bs4 to the rescue.

G
Guerro69, 2020-06-22
@Guerro69

Here is an example of an article about web scraping:
https://habr.com/ru/company/ods/blog/346632/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question