In this repo I going to do a Twitter Data Collection in order to fetch Tweets and save them into a normalize dataset.
You can review the source code into ./src directory
- Python 3+
- twint
- pandas
Please read and execute each step below:
Create and use Python virtual environment
$promt> python3 -m venv .venv
$promt> source .venv/bin/activate
Install all Python requirements
$promt> pip3 install -r ./src/requirements.txt
Work in progress ...
That's all for now ...