Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Feed Reader (OOP Project)

How to run

  1. You need to install Python 3.x

sudo apt install python3

  1. Install pip

python3 install pip

  1. Run the requirements.txt file

pip install -r requirements.txt

  1. Run the feed_reader_main.py file

python3 feed_reader_main.py

Project summary

  • The file src/parser/subscription_parser.py reads the config/subscription.json file
  • Then the src/httpRequest/http_requester.py downloads the xml from the link passed by parameter
  • src/parser/rss_parser.py returns a list of articles who contains all the articles received from the http request

All classes contains a test, to run this python3 class_file.py

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages