Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions lab_rss-main/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
![Ironhack logo](https://i.imgur.com/1QgrNNw.png)

# Lab | Working with RSS Feeds

## Introduction

In the Working with RSS lesson, you learned how to parse an RSS feed with the feedparser library, explore and extract components of a feed, and perform some basic analyses on the information.

In this lab, you will practice parsing RSS feeds with feedparser and extracting/analyzing the information contained within them.

## Getting Started

Open the `main.ipynb` file in the `your-code` directory. There are a bunch of questions to be solved. If you get stuck in one exercise you can skip to the next one. Read each instruction carefully and provide your answer beneath it.

## Deliverables

- `main.ipynb` with your responses to each of the exercises.

## Submission

Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.

## Resources

- [Feedparser Documentation](https://pythonhosted.org/feedparser/)
- [Using Feedparser in Python | Python for Beginners](https://www.pythonforbeginners.com/feedparser/using-feedparser-in-python)
- [Python - Reading RSS Feed | TutorialsPoint](https://www.tutorialspoint.com/python/python_reading_rss_feed.htm)
Loading