use tweets to predict public mood of market, weight, and stock price (gain/loss)
git clone https://github.com/big-data-project-group2/tweet-stock-prediction.git
# 查看所有branch
git branch
# IF you are developing about stock price
git checkout feature/tweets
# ELSE-IF you are developing about tweets
git checkout feature/tweets
git pull