A simple python script to convert from Google Chrome bookmark(html) output to csv
放送大学「プログラミングの学び方と教え方」の提出課題の一部
- python 3.x
- python package
- requests
- bs4
- Place the bookmark file,
.html
to this directory - Update input_file/output_file value in bookmarks_to_csv.py file
- Run
python3 bookmarks_to_csv.py
.csv
file will be generated to this directory