Using Python, How to make RSS for wordpress import?
Using Python, How to make RSS file for wordpress import?
I made a python program using beautiful soup that scrapes a tube sites video titles, their link, and the video embed code. Right now it just print these to the screen. How do I format this information into an RSS file for importing into a wordpress theme?
|