Skip to content

About this project

FlyingWolFox edited this page May 8, 2020 · 1 revision

The parser idea came from my another project, Bookmark To Dir script. When thinking planning the script, I noticed I needed to parse the bookmarks files. Tried first with BeautifulSoup with lxml and googled about it. Found an parser on Pypi and on github, but not documented. So I decide to make the parser and document everything.

The wiki of this project also serves as reference to the Netscape Bookmarks file format, a format with little documentation and no standard.

This is my first "big" project with Python, that I'm learning with Java, with a history of C, coming from university

Clone this wiki locally