Clone the repo
git clone https://github.com/Shayan-Raza/Cryptocurrency-data-web-app.git
Change to the cloned directory
cd Cryptocurrency-data-web-app
Run the app with streamlit
streamlit run webapp.py
In your browser enter the address
Create a file api_key.py
touch api_key.py
Open the file in a text editor
nano api_key.py
Create a variable api with your api key
api="" #key in ""
Use this step to get the latest data. Else I have provided a premade file with dated data.
Functions that are available in the webapp
Upon clicking runs the script data.py which saves an output in Data.csv streamlit then reads the updated data
Downloads the csv with the dataset preview. Downloads only for the coins selected in the sidebar