Spaces:
Paused
Paused
tahatehrani
commited on
Upload 3 files
Browse files- api_keys.json +4 -0
- requirements (1).txt +9 -0
- users.json +3 -0
api_keys.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"coinmarketcap_key": "bb9edc9f-53fe-4709-85d7-c51ade37920e",
|
3 |
+
"newsapi_key": "b19b9e2abfa34a158d6391d6c622d9b4"
|
4 |
+
}
|
requirements (1).txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
yfinance
|
3 |
+
plotly
|
4 |
+
pandas
|
5 |
+
pandas_ta
|
6 |
+
pytz
|
7 |
+
requests
|
8 |
+
scikit-learn
|
9 |
+
vaderSentiment
|
users.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"users": []
|
3 |
+
}
|