Skip to content

Quick Puppeteer script to automate the booking of UTown FBS facilities

Notifications You must be signed in to change notification settings

rc4lifting/utownfbsBooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTownFBS Booker

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.

Features

  • Automated slot booking at UTownFBS
  • Input customization for date and time slot selection, type of facility, and purpose of usage

Prerequisites

Installation

  1. Clone the repo:

    git clone https://github.com/conradsoon/utownfbsBooker.git
    
  2. Install dependencies:

    npm install
    

Usage

To run the booking script, execute: npm start

You will need to provide the following environment variables:

  • UTOWNFBS_USER: Your username
  • UTOWNFBS_PASS: Your password

You can provide these by setting up a .env file in the root directory of the project.

About

Quick Puppeteer script to automate the booking of UTown FBS facilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published