This project provides an automated way to book slots at UTownFBS using Puppeteer. It simulates a browser and fills out the necessary fields on the UTownFBS website to book a slot.
- Automated slot booking at UTownFBS
- Input customization for date and time slot selection, type of facility, and purpose of usage
-
Clone the repo:
git clone https://github.com/conradsoon/utownfbsBooker.git
-
Install dependencies:
npm install
To run the booking script, execute:
npm start
You will need to provide the following environment variables:
UTOWNFBS_USER
: Your usernameUTOWNFBS_PASS
: Your password
You can provide these by setting up a .env
file in the root directory of the project.