Skip to content

meobilivang/newsreader-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

newsreader-cli

GitHub license

📖 Description

A simple CLI app to read articles from Vnexpress - ranking the most popular Vietnamese online newspaper.

🎯 Why this app?

  • First thing first, a great chance to brush up my programming skills in general and my Python in specific.
  • I really want to read news in a cooler way. Who needs a smart phone/web browser? Now I can legitly read news during class on Terminal and people will think that I am hacking 🧑‍💻.

⚙️ Tech Stack

❓ How to run the application ?

Before starting, ensure that Python >= 3 has been installed on your system.

  1. Clone the repository
$ git clone https://github.com/meobilivang/newsreader-cli
  1. Navigate to application's directory
$ cd <path>/newsreader-cli
  1. Install packages via pip

Use virtual environment if you prefer

$ pip install -r requirements.txt
  1. Run application!
$ python -m newsreadercli main

📁 What to do next ?

  • Add specific/advanced test cases
  • Code refactor + reformatting (Pardon me for my hideous code 🥺)
  • Add comments