Built using the BeautifulSoup library. The reader parses XML-based RSS feed data, extracts the information, stores it in a structured format and displays it in the console as well as saves it in a json file.
Open a Terminal in the project root and run:
pip install -r requirements.txtThen run the project in terminal as well:
python main.py url1 url2 url3 ...