This is a python web scrapper that uses beautiful soup 4 to scrap info from hackernews.com and outputs news which have more or equal to 100 votes and sorts them in descending order.
You need python 3 for this.
git clone repository_link
pip3 install beautifulsoup4
pip3 install requests
cd web_scrapper
python3 main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.