Freelancer:
ryosao6
Winner
BITCOIN price display tool by streamlit.
BITCOIN price display tool by streamlit. Python code is follow. https://github.com/saotomryo/BITCOIN_Price_Display_tool I can't get the data about the number of tweets.(16,17) If you use this tool, you need to get API key for twelvedata and write API key on TWELVE_API.txt. https://twelvedata.com/ Usage: 1. Unzip the file crypto_assets_streamit_submit.zip. 2. Install requirement module. pip install -r requrment.txt 3. Enter the API key in TWELVE_API.txt. 4. start streamlit. streamlit run app.py Please refer to the following file for the URL used in the data download. data_download_URL.txt
