Design an application which queries a string on Google, DuckDuckGo and Twitter simultaneously using multi-threading and return a JSON having a filtered portion from all three results.
Anonimo
Built it using the APIs of the given search engines. Used python's multiprocessing module for the simultaneous processing of the queries.