Skip to main content

A pocket to bookmarks.html converter

Project description

Pocket-to-Bookmarks HTML Converter

This Python package converts a Pocket export HTML file to a standard bookmarks file format. It extracts links from your Pocket export and creates a new HTML file compatible with most web browsers' bookmark import features.

Features

  • Parses Pocket export HTML files
  • Extracts link information including title, URL, and time added
  • Generates a new HTML file in standard bookmarks format
  • Preserves the original "time added" information for each bookmark
  • Provides informative logging throughout the conversion process

Requirements

  • Python 3.9+
  • BeautifulSoup4

Installation

You can install the package using pip:

pip install pocket-to-bookmarks-html

Usage

After installation, you can run the script from the command line using:

pocket2bookmarks input_pocket_export.html output_bookmarks.html

Replace input_pocket_export.html with the path to your Pocket export file, and output_bookmarks.html with your desired output file name.

How It Works

  1. The script parses the Pocket export HTML file using BeautifulSoup.
  2. It extracts the title, URL, and time added for each link.
  3. The extracted information is then formatted into a standard bookmarks HTML file.
  4. The resulting file can be imported into most web browsers as bookmarks.

Error Handling

  • The script includes error handling for file reading and writing operations.
  • Informative error messages are logged in case of any issues during the conversion process.

Logging

The script uses Python's logging module to provide information about the conversion process, including:

  • The number of links successfully converted
  • Any errors encountered during file operations
  • A warning if no links were found or processed

Development

To set up the development environment:

  1. Clone the repository:

    git clone https://github.com/davidpoblador/pocket-to-bookmarks-html.git
    cd pocket-to-bookmarks-html
    
  2. Install development dependencies:

    pip install uv
    uv sync
    

Contributing

Contributions, issues, and feature requests are welcome. Feel free to check the issues page if you want to contribute.

License

MIT

Author

David Poblador i Garcia


For more information or support, please open an issue in the repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pocket_to_bookmarks_html-0.2.1.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file pocket_to_bookmarks_html-0.2.1.tar.gz.

File metadata

File hashes

Hashes for pocket_to_bookmarks_html-0.2.1.tar.gz
Algorithm Hash digest
SHA256 a804ee42482e363d272a8a80baeb09911fbd7849f9ddef10dd0c9e9813201200
MD5 0acdd76fcf92820c184beabaeeef33a0
BLAKE2b-256 153d09c134ebc8a8109558db282402ca212c2b69fc9c68dd30a71b3138018df7

See more details on using hashes here.

File details

Details for the file pocket_to_bookmarks_html-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pocket_to_bookmarks_html-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c0d6c6d4c0965dcafdec54f1b1055268859bcae2e9e41ba4a13aae1046920b61
MD5 67ad14c15b8feede877cf116c98ebce7
BLAKE2b-256 c75a87e0d1f3e5bcaf34833be62fcf2de5deb6153926ebf60577c6c564daff7d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page