A simple metasearch engine based on flask
It simply aggregates search results from Google, Bing, Yahoo, and displays them together on a single result page. It can be also used to compare the search quality of the three engines.
virtualenv env
env/bin/activate
pip install -r requirements.txt
./run.py