This project intends to find correlations between average sentiment per time interval and BTC market behaviour per corresponding interval
- REST API
- PostgreSQL
- VADER (Valence Aware Dictionary sEntiment Reasoner)
- NLTK
- Scikit-Learn
- Plotly
- Flask
- Dash
- Data Management:
- Extract tweets from Twitter target account per given interval => store it in raw tweets db
- Preprocess extracted tweets => store it in preprocessed tweets db
- Extract BTC stats hourly, daily => store it in db
- Dashboard:
- Hourly/Daily analysis
- Display automatically updated graphs
- Gather sufficient amount of data
- Perform time series analysis using gathered data