🌦️ Built one more script using Python - **DuckDuckGo Top Search Result CLI Tool** (last project of edureka). I made a script using Python that fetches real-time top search result data of DuckDuckGo search engine for any query using "ddgs library of python" as one of the final project given by Edureka The program accepts a argument as query to search in duckduckgo search engine, and returns the required top search results, not only title and urls - it will provide you the top videos and all corresponding details like published_date, publisher, embed_urls, thumbnail_images of different resolutions and many more and at last you can save these data in a file. Tech Used: Python, JSON parsing, duckduckgo-search (ddgs), AsyncIO Features: ✅ accepting query by CLI ✅ current top required search results ✅ You can choose how many results you want to fetch ✅ Get all data - Title, URL, Publisher, Publishing date, images, Provider, Uploader, Video urls and many more ✅ Facility to save these data into a file (with the timestamp and the query) ✅ Clean terminal formatting ✅ Async execution for better structure This project strengthened my understanding of working with external services, handling responses, and building practical automation tools. All scripts available in my github profile - https://lnkd.in/gJGmqXme

Keep it up bro. You are my inspiration for starting learning python. Currently I am on my "types of datatype" Thank you bro

See more comments

To view or add a comment, sign in

Explore content categories