A CLI Based Tool to fetch real-time price data of TOP 50 Crypto Currencies which includes :
- Bitcoin, Litecoin, Ether, Tether, Tron, Dogecoin, etc.
- Python
- Requests
- JSON
- BeautifulSoup
- Nomics API
- CoinGecko API
- CoinMarketCap API
- Forex-Python
- -help
- -coin currency (default : INR)
- -hold amount (default : 1.00)
- cryptoGet.py -xlm inr -hold 8
- cryptoGet.py -doge usd -hold 300
- Incorporates intelligent API switching to ensure a guaranteed result.
- Simultaneously Multiple API Fetching to ensure accurate results.
- Check the price of your portfolio holdings.
- Add Plotting Functionality
- Add a custom argument parser