P
P
Postor2019-03-15 20:14:38
C++ / C#
Postor, 2019-03-15 20:14:38

How to make a program that would pull certain information from a web page?

We need a program that would extract certain words of a line from the page code, and then export it to a file (table or plain text)
For example, the program should find the line First Name Last Name and save "First Name Last Name" to a file

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Saboteur, 2019-03-15
@saboteur_kiev

wget.exe
curl.exe
can be parsed through grep.exe
Or learn C ++ and write a program that executes an http request and searches for strings.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question