Using Python, How to make RSS for wordpress import?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deonbell
    Confirmed User
    • Sep 2015
    • 1045

    #1

    Tech 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?
  • Barry-xlovecam
    It's 42
    • Jun 2010
    • 18083

    #2
    Is the output in HTML code already then print it to an include file.
    If not, format it to HTML output.

    Comment

    Working...