From 0a09e5761611288fd4222c2cdfdd5c356fac54ee Mon Sep 17 00:00:00 2001 From: Defender Date: Tue, 19 Nov 2024 11:13:15 -0500 Subject: [PATCH] add CodePen for fetching tweet by id --- docs/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 36edce3..c9abe07 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,9 @@ # Docs - [API docs](./api-doc.md) how to download raw JSON data from storage, or query the database through the Supabase API. -- [Quickstart Jupyter notebook](https://colab.research.google.com/drive/109XOgTWj-sajpAYhDCNPfts5zvdkpi_s) that you can run in your browser. Shows how to fetch all tweets for a given user in Python, and do some basic analysis like find the most common used phrases, and plot the amount of likes over time. \ No newline at end of file +- [Quickstart Jupyter notebook](https://colab.research.google.com/drive/109XOgTWj-sajpAYhDCNPfts5zvdkpi_s) that you can run in your browser. Shows how to fetch all tweets for a given user in Python, and do some basic analysis like find the most common used phrases, and plot the amount of likes over time. + +### Code examples / demos + +- Fetch a tweet by ID & display it + - https://codepen.io/DefenderOfBasic/pen/OJKGdPx?editors=1010 \ No newline at end of file