Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.66 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.66 KB

Schmerztin

  • Crawler that checks for available appointments and sends Telegram notification in case of earlier available appointment
    • meant to run periodically (maybe using Heroku(?))

resources

Playwright approach

Deployment

non-resources

possible approach with Playwright

  • use JavaScript capable framework (Playwright) along with (headless) browser to request and navigate in target page
  • get (unclean) information from automatically rendered page (just like in normal browser)
  • send telegram notification as soon as earlier appointment (compared to currently booked one) is available