import feedparser
RSS_URL = 'https://news.yahoo.co.jp/pickup/rss.xml'
d = feedparser.parse(RSS_URL) for entry in d.entries: print (entry.title,'So the economy is recovering slowly.')
https://techacademy.jp/magazine/19148
I just attached print to ↑. I want to make a program while having fun. https://youtu.be/DsSNpegZLoA 5 minutes 40 seconds ~
Recommended Posts