-
mkdir yle_scraper -
cd yle_scraper -
python3 -m venv venv -
source venv/bin/activate -
pip install openai pandas selenium matplotlib numpy scipy wordcloud -
export OPENAI_API_KEY="YOUR_API_KEY"
python yle_scraper.py
python analyse.py
python wordcounts.py
python cleaned_data_lra.pypython logistic_regression.py
Relative graph
data_for_relative_graph.pypython stackedarea.py
Absolute graph
python absolutegraph.py
Wordcloud
python extract_wordcloud.pypython create_wordcloud.py


