Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 440 Bytes

Hacker Scraper

A python script to list the top hacker news articles in your terminal, and open whichever you want to read in the browser.

ss

Setup

  1. Clone the repository.
  2. Install the dependencies given below.
  3. Run script ./scrapper.py.

Dependencies


pip install beautifulsoup==4.6.0
pip install termcolor==1.1.0