From 49455c40f360cae83e628ca1465d661261039b1d Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 2 May 2021 17:58:20 +0530 Subject: [PATCH] Updated to include the wazirX_Price_Volume.py details --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd56232..2a108db 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This is my personal project which uses the live market data from the Wazirx API `wazirtext.py` - This file can read the live market data and send a whatsapp notification to the desired group regarding the price fluctuations in the last 5 minutes. You need to manually scan the web.whatsapp.com QR code in the beginning and need to make sure that whsatsapp account is added to the groups you need to send he text to. The default Alert paramaters are 5% and 25% respectively and I have setup two groups for crucial and important alerts. It can be commented out or filtered accordingly. The chromedriver is by default set to be in the same location as the python file which can be changed in side the code. The data is written to Stock.csv every minute to keep track of historical data since WazirX does not allow that yet. Data Analysis can be done on it to understand the market trends. +`wazirX_Price_Volume.py` - This file develops on the previous python file "wazirtext.py" and adds functionality like threading, Price and Volume monitoring and better error handling. DEfault Alert parameters for Price and Volume are mentioned in the code and can be changed according to one's convenience. All the above parameters are required for this code too. CHromedriver and whatsapp account. The data is written to Stockvol.csv and vol.csv regarding the stock price and volume of the stock traded in the last 24hrs. # WazirX Public Rest API Here’s our public API handed to you on a silver platter. You can use it to build tickers, price comparison apps, or anything that helps the crypto community. Use it responsibly. ❤️