AwsDataFetcher

Python script to dynamically fetch AWS weather data from the IMD website automatically

Steps to run locally

  1. Install Chromium Browser
$ sudo apt install -y chromium-browser
  1. Create virtual environment:
$ python3 -m venv venv
  1. Activate virtual environment:
$ source venv/bin/activate
  1. Install dependencies:
$ pip install -r requirements.txt
  1. Run the python file:
$ python3 main.py