Techstructive Blog
Metadata
- Author: mr-destructive.github.io
- Full Title: Techstructive Blog
- URL: python-feedparser
Highlights
- Feedparser is a simple but powerful python package that can be used to extract information about a specific webpage or a publication with its RSS feed (View Highlight)
- By providing the RSS feed link, we can get structured information in the form of python lists and dictionaries. It can be basically used in a pythonic way to read RSS feeds, it is really simple to use and it even normalizes different types of feeds (View Highlight)