DavidMetcalfe / Pocket-to-Omnivore-parser

Parses Pocket HTML export and outputs compatible CSV for import into Omnivore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pocket-to-Omnivore-parser

Repo License Python Version

A Python utility that converts your Pocket HTML export into a CSV file suitable for import into Omnivore.

Table of Contents

Requirements πŸ› οΈ

  • Python 3.x
  • BeautifulSoup4

Installation πŸ“¦

  1. Clone the repository to your local machine.

    git clone https://github.com/yourusername/pocket-to-omnivore-parser.git
  2. Change to the cloned directory.

    cd pocket-to-omnivore-parser
  3. Install the required packages.

    pip install -r requirements.txt

Usage πŸš€

  1. Place your Pocket HTML export in the input directory.

  2. Run the script.

    python3 'Pocket to Omnivore Parser.py'
  3. Find the generated output.csv file in the same directory, ready for import into Omnivore.

Contributing 🀝

Contributions are welcome! Feel free to open a pull request or raise an issue.

License πŸ“œ

This project is licensed under the Unlicense.

About

Parses Pocket HTML export and outputs compatible CSV for import into Omnivore

License:The Unlicense


Languages

Language:Python 100.0%