This script allows you to plot the price of broccoli over time using receipt emails ("bonnetjes") from the Dutch food delivery service Picnic. The script extracts the price and date information from the emails using regular expressions, and generates a plot using Matplotlib.
- Download Broccoli.py script.
- Install required packages numpy, pandas and matplotlib.
- Put your Picnic receipt emails (as .eml files) in a folder.
- Update the
directory
variable in the script to point to the folder containing your receipt emails. - Run the script with
python Broccoli.py
. - The resulting plot will be saved in the same directory as the script.
This project is licensed under the MIT licence.