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
Source Code
Get urls of all blog posts of a user account:
Get HTML and convert the metadata and content of posts to rst format: