Metadata-Version: 2.1
Name: vivaldi-feed-exporter
Version: 0.1.0
Summary: A command line tool to export feeds from Vivaldi as OPML
Home-page: https://github.com/a-takahashi223/vivaldi-feed-exporter
License: MIT
Author: Akira Takahashi
Author-email: pretty.audience.64b9de@gizmotik.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: opyml (>=0.1.1,<0.2.0)
Project-URL: Repository, https://github.com/a-takahashi223/vivaldi-feed-exporter
Description-Content-Type: text/markdown

# vivaldi-feed-exporter

Since [Vivaldi](https://vivaldi.com) does not currently have the ability to export feeds,
I created a command line tool to generate [OPML](http://opml.org) based on a profile.

*Disclaimer : It depends on Vivaldi's implementation, so it may stop working at any time*

## Usage

- Follow [this page](https://help.vivaldi.com/desktop/tools/import-and-export-browser-data/#Transfer_the_full_Vivaldi_browser_profile) 
  to identify your Vivaldi profile folder
- Install `vivaldi-feed-exporter` via `pipx install vivaldi-feed-exporter`
- Running `vivaldi-feed-exporter <profile folder path>` will output OPML to standard output

## Mapping of Vivaldi feed properties to OPML `outline` element attributes

Vivaldi feed property |`outline` attribute
-|-
title|`text`, `title`
address|`xmlUrl`

