Made with Typescript.
- Make sure to have node js installed on your machine
- (optional) if you would like to work on the project you will need typescript to be installed as well
- create an .env file in the directory and enter the following email={email_associated_with_account} password={password_associated_with_account} date={YYYY-MM-DD}
- The date is when you would like to go to the parks. format must be YYYY-MM-DD
- npm install in the root directory. Make sure puppeteer downloads and installs properly
- run the run.sh script
If you would like to work on this you can make your changes in the typescript files and the run the compile_run.sh script to compile and run the script.