Problem- Generate a program in python which will display the title and author of blog
Description
Open the url http://planet.fedoraproject.org using urllib2
Read the contents of the site in a systematic manner using BeautifulSoup module.
Read the title and name of author and print it.
Click the link below to see the program
- Execute the program using following command
$ chmod +x planetparser.py
$ python planetparser.py