Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - platform: command_line
- name: Прогноз дождя
- command: |
- 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|.*\. ||'
- scan_interval: 120
Advertisement
Add Comment
Please, Sign In to add comment