This is a project created to illustrate a program that display the most tranding articles of 'Hacker News' feed (https://news.ycombinator.com). It has 2 functionalities:
- Display a list of the most popular articles ordered by their rank.
- Display a prompt asking the user to supply an artice by is current rank and print the selected article's comments with their indentation level.
-python 3.6+
pip install -r req.txt
./ShellHN.py
or
python ShellHN.py
pytest