[Python] Export PIXNET Blog to reStructuredText Files


Python scripts [1] to export PIXNET blog posts to reStructuredText (rst) files. bs4 (Beautiful Soup 4) are used to do DOM manipulation of HTML, such as find elements in DOM or access the content of a HTML element.

Usage