Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 674 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 674 Bytes

Web scrapper


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.

Install

You need python 3 for this.

git clone repository_link
pip3 install beautifulsoup4
pip3 install requests
cd web_scrapper
python3 main.py

Contributing

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.