From d4f8451d49d6de4d9d7e1532b2496961e19c08db Mon Sep 17 00:00:00 2001 From: Frank Gao Date: Wed, 2 Aug 2023 23:44:34 -0500 Subject: [PATCH] Update README.md (#29) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9bca2d5..09d5f43 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,6 @@ Serves as the back end of concert ticket price tracking based on Ticketmaster re - If __node-canvas__ in `node_modules` fails to install, please check if you have the correct prerequisite softwares installed on your machine. The detail can be found at https://github.com/Automattic/node-canvas/wiki#installation-guides based on your system. - Prod environment - Use Dockerfile to build a container image. + +### August 1, 2023 Update +Reese84 code stopped working as TicketMaster implement a new anti-bot mechanism as of Aug 1. We will try to get it fixed.