← Back to list

TfL to Monzo

April 1, 2019

TfL to Monzo

TfL to Monzo was an severless application built as my project for my Cloud Computing module at university with a friend.

It was written in Python and made use of AWS Lambda to process TfL jounrey data into Monzo recipts.

The Lambda function would recieve incoming transcation webhook events from a linked Monzo account, check if they were TfL transcations and then run a web scraper script to extract the matching journey data from the TfL web portal before then submitting this data as a reciept to the Monzo receipt API endpoint.

This was one of my favourite projects at university and overall we recieved a final mark of 98/100. I also posted a tweet of this project and it was highly received.