This script converts Pocket's .csv files and Firefox .json backups to a HTML file.
The only thing you need is Python 3 (version 3.8 would be enough).
- Download
pocket-to-html.py
- Run
chmod +x pocket-to-html.py
if you don't want to typepython script_name.py its_arguments
every time
If you run the line below, data from part_000000.csv
will be read and output will be written to bookmarks.html
.
python pocket-to-html.py -o bookmarks.html part_000000.csv