Skip to content

lewisdonovan/irish-passport-webchat-automator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Irish Passport WebChat Automator

Get in touch with the DFE without losing your mind

"Buy Me A Coffee"

If you've ever had to deal with the Irish passport service, you'll know how hard they are to get hold of. Their WebChat service is always unavailable because of the number of users trying to get in touch, so you have to sit there refreshing the page until you get a slot.

The Irish Passport WebChat Automator lets you get your place in the queue, without the effort, in 3 easy steps:

  • Clone the repo

      git clone https://github.com/lewisdonovan/irish-passport-webchat-automator.git
    
  • Install the dependencies

      npm install
       - OR - 
      yarn
    
  • Run the script

     node index.js
    

A browser window will open at the DFE Passport contact page, check if the WebChat is available and alert you if so. If it's not available, the browser window will close and the process will start again, repeating until the chat session is available.

Customisation

The browser window will pop-up in the foreground of your screen, each time it opens. If you want to run it in the background, follow the info in this Stack Overflow answer.

the puppeteerConfig, userAgent string and request headers can be edited to whatever you need, you'll find them in the index.js file. The script is pretty simple, feel free to make your own forks or to add functionality via PRs.

About

Get in touch with the DFE without losing your mind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published