<div dir="ltr"><div>Hi Patrick,<br><br></div><div>ich liebe es ganz besonders wenn die Anforderungen kleckerweise kommen (Stichwort Glaskugel). Es war "eine Webseite" es ist jetzt: "Wunderground"?<br></div><br><div class="gmail_extra"><br><div class="gmail_quote">2016-02-16 12:23 GMT+01:00 sollner11 <span dir="ltr"><<a href="mailto:pp@macpat.de" target="_blank">pp@macpat.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word">mir ist das echt zu hoch, ich scheiter an vielen Fronten<div><br></div><div>ich komme zwar mit:</div><div><br></div><div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">hxnormalize <a href="http://api.wunderground.com/weatherstation/WXCurrentObXML.asp?ID=IWAAL14" target="_blank">http://api.wunderground.com/weatherstation/WXCurrentObXML.asp?ID=IWAAL14</a></div></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><br></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">an die Daten einer Station ran, in der er sozusagen den Quelltext im Terminal listet</div></div></blockquote><div><br>1. liefert das API XML- wenns schon strukturiert ist brauchst Du darin nicht mit einem HTML Parser rumzuforken.<br></div><div>2. hat Wunderground _auch_ ein JSON API dass sich ganz einfach per jsonclient auslesen lässt, siehe anderen Thread<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="font-size:11px">aber ich finde keinen Bezug zum selektieren der Daten nach:</span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><br></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><a href="http://superuser.com/questions/528709/command-line-css-selector-tool/529024#529024" target="_blank">http://superuser.com/questions/528709/command-line-css-selector-tool/529024#529024</a></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><br></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><pre style="margin-top:0px;padding:5px;border:0px none;font-size:13px;overflow:auto;width:auto;max-height:600px;font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;color:rgb(57,51,24);word-wrap:normal;background-color:rgb(238,238,238)"><code style="margin:0px;padding:0px;border:0px none;font-size:13px;font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;white-space:inherit"><span style="margin:0px;padding:0px;border:0px none;font-size:13px;color:black">cssgrep page.html "body > div.content > table > tbody > tr > td.data"</span></code></pre><div>müsste dann wie aussehen, um an den Wert </div><div><span style="font-size:11px"><temp_c>1.4</temp_c></span></div><div><span style="font-size:11px">zu kommen?</span></div></div></div></blockquote><div><br></div><div>Das kannst Du Dir damit dann alles sparen.<br><br></div><div>Also fangen wir von vorne an: was willst Du konkret parsen, wie sehen die Daten aus und an welcher Stelle scheiterst Du?<br><br></div><div>Viele Grüße,<br></div><div>Andreas<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><div><span style="font-size:11px"><br></span></div><div><span style="font-size:11px"><br></span></div><div><span style="font-size:11px"><br></span></div></div><div><div class="h5"><div><blockquote type="cite"><div>Am 16.02.2016 um 11:56 schrieb Marius Tarlowski <<a href="mailto:marius@tarlowski.de" target="_blank">marius@tarlowski.de</a>>:</div><br><div><div dir="ltr">du könntest das auch im WIKI beschreiben wenn es wieder geht!</div><div class="gmail_extra"><br><div class="gmail_quote">Am 16. Februar 2016 um 10:50 schrieb sollner11 <span dir="ltr"><<a href="mailto:pp@macpat.de" target="_blank">pp@macpat.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word">ok, erster Schritt:<div><pre style="overflow:auto;font-family:monospace,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(51,51,51);line-height:18px;background-color:rgb(238,238,238)"><span style="color:rgb(194,12,185);font-weight:bold">sudo</span> <span style="color:rgb(194,12,185);font-weight:bold">apt-get install</span> html-xml-utils</pre><div><br></div><div><br></div><div>Udo, was neues für das image ;-)</div><div><div><div><br></div><div><br></div><div><br></div><div><blockquote type="cite"><div>Am 15.02.2016 um 17:48 schrieb Andreas Goetz <<a href="mailto:cpuidle@gmail.com" target="_blank">cpuidle@gmail.com</a>>:</div><br><div><div dir="ltr"><div><div>Hier <a href="http://stackoverflow.com/questions/7334942/is-there-something-like-a-css-selector-or-xpath-grep" target="_blank">http://stackoverflow.com/questions/7334942/is-there-something-like-a-css-selector-or-xpath-grep</a> gibts eine superschicke Lösung mittels CSS Selektoren- im Prinzip ein jsonclient für html. Das Ergebnis dann einfach an vzclient verfüttern...<br><br></div>Viele Grüße,<br></div>Andreas<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-02-15 17:02 GMT+01:00 Christian Schnellrieder <span dir="ltr"><<a href="mailto:schnellrieder.cs@gmail.com" target="_blank">schnellrieder.cs@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hallo.<div><br></div><div>Einfaches bash script?</div><div><br></div><div><br></div><div>Grüße</div></div><div><div><br><div class="gmail_quote"><div dir="ltr">sollner11 <<a href="mailto:pp@macpat.de" target="_blank">pp@macpat.de</a>> schrieb am Mo., 15. Feb. 2016 um 16:50 Uhr:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hallo,<br>
<br>
ist es möglich, Daten einer Internetseite zu loggen?<br>
Als Referenz zu meinem Außentemperatursensor würde ich gerne irgendeine benachbarte Wetterstation mitloggen.<br>
Raster 15min z.B.<br>
<br>
Ist das machbar bzw. wurde das schonmal beschrieben?<br>
<br>
Danke und Gruss</blockquote></div>
</div></div></blockquote></div><br></div>
</div></blockquote></div><br></div></div></div></div></blockquote></div><br></div>
</div></blockquote></div><br></div></div></div></blockquote></div><br></div></div>