Python 3.12.3
PyRSS is an application for reading RSS feeds.
Optional for Fish shell:
Developed by Microsoft
git clone https://github.com/DimitriChauvel/PyRSS.git
git clone [email protected]:DimitriChauvel/PyRSS.git
cd PyRSS
poetry install
At the root of the project, run the following command:
poetry run start
poetry run lint-fix # run black on all files
poetry run lint # run pylint on all files
poetry run tests # run tests with pytest