A python script to list the top hacker news articles in your terminal, and open whichever you want to read in the browser.
- Clone the repository.
- Install the dependencies given below.
- Run script
./scrapper.py
.
pip install beautifulsoup==4.6.0
pip install termcolor==1.1.0