From ac071c6ce8ee538225c37de269debc09ba5453d3 Mon Sep 17 00:00:00 2001 From: profcalculus Date: Sun, 19 Nov 2023 11:11:20 +0200 Subject: [PATCH] Update README.md --- rich_showcase/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/rich_showcase/README.md b/rich_showcase/README.md index 7a6c6d458b..7de7b3de4f 100644 --- a/rich_showcase/README.md +++ b/rich_showcase/README.md @@ -24,10 +24,7 @@ If you want to download your own data in real time, then you'll need the `reques The code to perform the download is in `get_rich_showcase_data.py`. This demo code demonstrates a single request, which it then dumps to the screen. For a real-time application, you'd need to execute this request and process the data in a loop. The [CoinLore website](https://www.coinlore.com/cryptocurrency-data-api) doesn't impose rate limits, but they suggest making one request per second. -There's a Jupyter notebook containing all the sample code from the tutorial. - ## Author - Charles de Villiers ## License