Hellooo,
I have been learning python for some time and this is one of my first projects. Feel free to let me know if something is wrong/incorrect or could have been done better or improved.
The following actions are available:
- List of top 100 Cripto Currencies
- List of Top Cripto Exchanges
- Ethereum Scan Address w Graph
- Cripto Currency Details by Name
- Cripto Currency Price History Graph by Name
Notes:
- The file keys contains the url information needed for the two apis and a place to include an API KEY.
- API - Ethereum Scan - Url: https://etherscan.io/ - Necessary to have an account/api key
- API - Coincap - Url: https://docs.coincap.io - No need for key
Modules Used:
- requests (https://docs.python-requests.org/en/latest/)
- tabulate (https://pypi.org/project/tabulate/)
- matplotlib (https://matplotlib.org)
- time
- datetime