- Clone the repository:
git clone https://github.com/CyberKatze/twitter_mining.git- Navigate to the project directory:
cd twitter_mining- Create and activate the Conda environment:
conda env create -f environment.yaml
conda activate twitter_mining- Launch Jupyter Notebook:
jupyter notebook- main.ipynb: Contains the Twitter data mining code.
- data/: Stores the dataset(s).
- environment.yaml: Specifies dependencies.
- .gitignore: Excludes unnecessary files.
Refer to main.ipynb for detailed instructions and analysis. Enjoy your data mining exercise!