Steps to run:
-
Go to file directory.
-
Open Anaconda Prompt and activate environment
conda activate venv
-
Run the program
python "Main Program.py"
-
Select option of tweet to analyse.
- Results are saved in the same directory under
Results
Steps to download program:
-
Git clone this repository
-
Activate Anaconda environment by running the following command.
conda env create -f environment.yml
-
Ensure the environment is running.
-
From Anaconda Prompt, go to the directory of repository, and run the following command.
python "Main Program.py"