Problem- Generate a program in python to print the name of author and the title present on blog using feedparser module.
Description
Install feedparser in the virtualenv.
Parse the url on which the blog is present.
Calculate the total number of entries present after parsing.
For each entry print the title and name of the author.
Click the link below to see the program
- Execute the program using following command
$ chmod +x feedparse.py
$ python feedparse.py