Cheapest flights bot

Description:
A bot created on python and selenium, that mines data on cheapest flights using google flights API.
Scrapes 30/90 days of flight data from google API and saves it as a DataFrame object.
Uses clustering algorithm to create cluster graph and returns cheapest outlying flights, also save the graph as an image for further analysis.
Creates a Box plot based on the interquartile range and returns outlying prices based on the graph.

Feel free to improve/add more stuff and make commits