- You need to install Python 3.x
sudo apt install python3
- Install pip
python3 install pip
- Run the requirements.txt file
pip install -r requirements.txt
- Run the
feed_reader_main.pyfile
python3 feed_reader_main.py
- The file
src/parser/subscription_parser.pyreads theconfig/subscription.jsonfile - Then the
src/httpRequest/http_requester.pydownloads the xml from the link passed by parameter src/parser/rss_parser.pyreturns 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