RSS FeedParser Tutorial Series
Welcome to the RSS Feedparser Tutorial Series. We are going to be building a FeedParser for a basic news website, followed by creating an advance FeedParser for medium.
The pre-requisites for this blog are :
- Python3
- Install FeedParser ( pip install)
So what is RSS ?
RSS (Rich site summary) is a format for delivering regularly changing web content. News websites, weblogs, online publishers and more chain their content as an RSS Feed to whoever wants it.
What is FeedParser?
FeedParser is a Python module for downloading and parsing syndicated feeds. In this blog we are going to be using Python and the feedparser module to get latest updates from your favourite medium bloggers.
In this series we will be doing the following:
- Installing and getting started with FeedParser
- Interacting with the RSS format of the website(understanding the structure of the website, getting titles and more)
- FeedParser for Medium
- Advanced FeedParser for medium
Here are the links for the next parts:
Hope you enjoy the series and learn about the FeedParser module. Feel free to reach out if you have any issues/feedback at aryanirani123@gmail.com.