This web app provides a search engine.
The search engine looks among the previously crawled twitter data (2Gb).
The user inputs the query and the flask receives the query, and it passes to rank algorithm. The rank algorithm sorts the list of tweets, and returns to flask again.
The flask will print the 10 results with name/tweet/date/score.