From 99079168f38e056af81554e538d669d4bfeaa98b Mon Sep 17 00:00:00 2001 From: margaretkennedy <82049573+margaretkennedy@users.noreply.github.com> Date: Fri, 3 Feb 2023 11:02:05 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8df283d..256d424 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ This repository integrates [Deephaven](http://deephaven.io/) with [Twitter](http Running `./wordle-solver.sh` will create all the needed tables in Deephaven. Open Deephaven on [http://localhost:10000/ide](http://localhost:10000/ide) to edit and run the scripts. + +Note: Free access to the Twitter API is no longer available. However, the code and concepts in this blog are still valid for users with a paid developer account. ## Overview