how to work with web responce?
Posted: Sun Mar 20, 2016 12:36 pm
example:-
i just request to thing-speak with their API>>https://api.thingspeak.com/apps/thinghttp/send_request?api_key=81SKXERE6TPG8XOY
i receive response in html format.
then how i work with them ?
mean if i receive (down below data) i want to filter numbers and remove semicolons and many more....so first of all where i store whole data that i receive from internet?
<html><head><style type="text/css"></style></head><body><span class="about-stat"><b>213,970</b> subscribers</span>
<span class="about-stat"> • <b>13,525,579</b> views</span>
<br>
<span class="about-stat">Joined Oct 2, 2013</span>
</body></html>
i just request to thing-speak with their API>>https://api.thingspeak.com/apps/thinghttp/send_request?api_key=81SKXERE6TPG8XOY
i receive response in html format.
then how i work with them ?
mean if i receive (down below data) i want to filter numbers and remove semicolons and many more....so first of all where i store whole data that i receive from internet?
<html><head><style type="text/css"></style></head><body><span class="about-stat"><b>213,970</b> subscribers</span>
<span class="about-stat"> • <b>13,525,579</b> views</span>
<br>
<span class="about-stat">Joined Oct 2, 2013</span>
</body></html>