- 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.py
file
python3 feed_reader_main.py
- The file
src/parser/subscription_parser.py
reads theconfig/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