This repository is intended to include handy tools to make the whole pipeline of doing Twitter data analysis more convenient and efficient.
[white@localhost TwitterAnalysisTools]$ python3 -m venv venv[white@localhost TwitterAnalysisTools]$ source venv/bin/activate(venv) [white@localhost TwitterAnalysisTools]$ pip freeze(venv) [white@localhost TwitterAnalysisTools]$ deactivatepip install -r requirements.txt