Skip to content

Commit

Permalink
Updated to include the wazirX_Price_Volume.py details
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabm14 committed May 2, 2021
1 parent e0f7eb4 commit 49455c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. ❤️
Expand Down

0 comments on commit 49455c4

Please sign in to comment.