You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
userSearchQuery = input("Enter a search term....\n")
print(userSearchQuery)
#Now send query to Bing Custom Search API
#Within Bing Custom Search, we specifically use the Bing News API for relevant data
#Using a scrapper, take relevant data for our dataset from first ten to twenty articles (this number cna be infinite, use better filters to improve results)
#Send data to ML reference
#Take outputted data from ML and put into list
#Output list in descending order.
#Stretch goal output: List number of concurring sources and what those sources are