This Python script is designed to perform the following tasks:
- Make an API call to retrieve JSON data.
- Compare the JSON data with an Excel file.
- Print the differences in the console.
- Send an email containing values present in the JSON but not in the Excel file.
You can install these packages using pip3:
pip3 install pandas openpyxl python-dotenv requests
To run the file
python3 main.py