Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 445 Bytes

034

Prep work for this week's code challenge:

Dump feed in sqlite DB:

$ python podcast.py  --feed http://noahkagan.libsyn.com/rss

$ lt
...
-rw-r--r--  1 bbelderb  staff    72K May  2 16:22 podcast.db

data okdork in sqlite

Leave off feed and it takes default Talk Python To Me feed:

$ python podcast.py

data talkpython in sqlite