So, I want to make a script for my twitch bot that will take a .ini file full of user's birthdays and compare it with the current day. I get the back idea that I have to run a while loop and compare it to $date, but I am not sure how I would return the user's name.
Essentially the goal is to be able to do !birthday and check if there are any regular viewers' birthdays on that day.

Can anyone help me out with the best to do this? I am open to making the format of the .ini file whatever the best format is