Quantcast
Channel: How to parse multiple feeds from csv file with feedparser? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by PiotrK for How to parse multiple feeds from csv file with feedparser?

I finally solve my problem here is the final code if someone will have a similar problem in future import feedparserimport csvimport pandas as pdreader = csv.reader(open('feeds.csv', 'r'))next(reader)...

View Article



Image may be NSFW.
Clik here to view.

How to parse multiple feeds from csv file with feedparser?

I'm trying to parse multiple feeds (500) from the list in CSV file and save results to another CSV file. Problem is that parser go over only one feed in the list. writer = csv.writer(open('items.csv',...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images