git init
git clone https://github.com/TLRKiliann/web-scrap.git
virtualenv -p /usr/bin/python3 web-scrap
source web-scrap/bin/activate
cd web-scrap
pip3 install beautifulsoup4
pip3 install requests
python3 climate_board.py
The weather conditions are precisely based on the city of Lausanne (CH).
I got this from the site:
https://www.historique-meteo.net/europe/suisse/lausanne/
Enjoy it !
ko@l@tr33