Quick Summary
Tanishka Ghosh
Created: 2024-01-11
Last Updated: 2024-01-11
Webscrapper that takes in a word or phrase from the user, which is then searched in Wikipedia and the first paragraph is outputted as a summary of the topic. If there is an error or if there is more than one possible entries for the search term, the first possible entry listed on the error page is used.
Libraries Used: BeautifulSoup (pip install beautifulsoup4), requests (pip install requests)