This is a custom search engine with advanced filtering capabilities based on trackers and ads made with Flask, SQLite and using the search data from Google Custom Search API.
File overview:
app.py- the web interfacefilter.py- the code to filter resultssearch.py- code to get the search resultssettings.py- settings needed by the other filesstorage.py- code to save the results to a database
Run the project with:
pip install -r requirements.txtflask --debug run --port 5001