A Simple Python Web Scraper script to display the stories of Hacker News website with score points greater than 99
- BeautifulSoup - for scraping the site
- pprint - pretty print
- requests - request url
A Simple Python Web Scraper script to display the stories of Hacker News website with score points greater than 99
Python