Is it possible to display a specific part (text) of a website in the serial monitor using esp8266? I know how to display the HTTP code in the serial monitor but say I want to store a specific part (text) as a string how would I go about it?
Is it possible to display a specific part (text) of a website in the serial monitor using esp8266?
Yes.
I know how to display the HTTP code in the serial monitor but say I want to store a specific part (text) as a string how would I go about it?
It is just about impossible to parse data that you can not see. Perhaps YOU can see what you want to parse. If so, get busy writing the parser.
If you want us to help, I'm sure that you'll think of something.