Small App to display news stories from the bbc
Task: ""
################################
NOTE COULDN'T FIND ANY BBC NEWS API FOR SECOND PART SO I IMPROVISED.
#################################
Plan Of Action:
For First part -
-
1 TemplateView displaying 10 news using bbc rss feed and from "http://feeds.bbci.co.uk/news/world/rss.xml"
-
Use feedparser library to parse the xml and return the news stories in a table
-
1 table template displaying the stories with headers "title, text, date, URL. Clickable url
For Second Part -
-
Added button on to the template to go to new form
-
1 Field on the new form taking a url
-
Parse the url given and using beautiful soup identify div tags and add the the article to the List