My third project was about counting the messages sent via the app Messenger (Facebook). It is not as complicated as the previous scripts I wrote. The whole file is no longer than thirty lines. I was curious to know how many messages I have sent to certain people or who sent the most messages in a given group. The users have to first download their Facebook data, most importantly the JSON files, which contain all of the messages. Now all they have to is to load them into the program. They get to know how many messages they've sent to each other with a friend. There is definitely more to explore in the data, but I didn't feel the desire to continue and finish it.