Blacksli

Untitled

Apr 30th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. - platform: command_line
  2. name: Прогноз дождя
  3. command: |
  4. wget -q --user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36' https://yandex.ru/pogoda/moscow/maps/nowcast?le_Lightning=1 -O /dev/stdout | sed 's/>/>\n/g' | grep "weather-maps-fact__nowcast-alert" -A1 | tail -1 | sed 's/<\/div>//g' | sed 's|.*\. ||'
  5. scan_interval: 120
Advertisement
Add Comment
Please, Sign In to add comment