Skip to content

Crawler that checks for available appointments and sends Telegram notification in case of earlier available appointment

Notifications You must be signed in to change notification settings

Sammeeey/schmerztin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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