Skip to content

borislawww/RSS_reader_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS_reader_python #Python 3.10.7

Building RSS reader web application

  1. After cloning the project to a newly created folder. 1.1 Create a virtual environment in the same folder and activate it - (venv). 1.2 Change directory to RSS_reader_python and install django - pip install django. 1.2 Also, install the feedparser python library for parsing RSS feeds - pip install feedparser:

  2. Run 'python manage.py migrate' for unapplied migration(s).] 2.1 Run python manage.py runserver 8001 to start the server

test feeds:

https://time.com/health/feed/ http://www.computerweekly.com/rss/All-Computer-Weekly-content.xml https://www.cbsnews.com/latest/rss/main http://feeds.bbci.co.uk/news/rss.xml

About

Building RSS reader web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors