Clone the repository from GitHub, then create a virtual environment, and install all the dependencies.
git clone https://github.com/Karantir73/weatherCollector.git
python3 -m venv env
source env/bin/activate
python -m pip install -r requirements.txt
last steps:
- install Firefox browser
- install
geckodriver
- set path to your installed driver in
constants.py
to variablegecko_path
You can set start year and last year for collecting weather in constants.py
with using vars: start_year
and last_year
.