Advertisement
Guest User

Scrape

a guest
Jan 28th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.31 KB | None | 0 0
  1.  - platform: scrape
  2.     resource: https://auth.vklass.se/credentials
  3.     name: forskolemat
  4.     authentication: basic
  5.     username: USERNAME
  6.     password: PASSWORD
  7.     select: 'div.vk-swipe__item:nth-of-type(1) div:nth-of-type(2) li'
  8. #    value_template: '{{ value.split(" ")[0] }}'
  9.     scan_interval: 3600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement