Skip to content

SK2108/python-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-rss

Building an RSS feed reader in Python

Getting started

  • Activate your environment
source venv/bin/activate

Select the right environment for importing feedparser

In this case, this is Python 3.11.4.

Running the programme

  • Use the command below to run the programme
python3 app.py

OR

python app.py

Running tests

Run tests with this command

python3 tests/test_app.py

About

Building an RSS feed reader in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages