Skip to content

YulianMysko/export-chrome-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Export Chrome Bookmarks

Python script to export Chrome bookmarks to a text file [csv] or spreadsheet [xlsx].

Dependencies

  • All code is written in Python 3.
  • Some code depends on the aiohttp library (optional).

How To Use

To clone and run this application, you'll need Git and Python 3 installed on your computer.
Run from the terminal:

# To automatically export bookmarks:
python3 export_bookmarks.py

# To automatically export bookmarks AND check the status of URLs (active/down):
python3 export_bookmarks.py -check-status

# To provide optional input/output files
python3 export_bookmarks.py ~/Chrome/Default/Bookmarks --output ./my_bookmarks.csv

(Optional) To install the aiohttp library run from the terminal:

pip3 install aiohttp

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

About

Python script to export Chrome bookmarks to a text file or spreadsheet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages