From 412d08a4b31cc0662310f480bd64df12d54b5dbd Mon Sep 17 00:00:00 2001 From: Narstybits Date: Fri, 30 Jun 2023 10:15:38 -0500 Subject: [PATCH] Added Live Chart and price ticker --- Goodusb/ Live Chart and price ticker | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Goodusb/ Live Chart and price ticker diff --git a/Goodusb/ Live Chart and price ticker b/Goodusb/ Live Chart and price ticker new file mode 100644 index 0000000..c2dd631 --- /dev/null +++ b/Goodusb/ Live Chart and price ticker @@ -0,0 +1,21 @@ +REM This script fetches the current Bitcoin exchange rate using the "curl" command. +REM The data is retrieved from the rate.sx website. +REM You can Replace "Btc" with another popular asset of your choice + +REM Title: Live Chart and price ticker +REM Author: Narsty +REM Version: 1.0 +REM Category: GOODUSB + + +DELAY 500 +GUI SPACE +DELAY 500 +STRING TERMINAL +DELAY 1000 +ENTER +DELAY 500 +STRING curl rate.sx/btc +DELAY 500 +ENTER +