💾 Archived View for josias.dev › gmi2rss captured on 2023-03-20 at 17:52:47. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-03-01)

-=-=-=-=-=-=-

gmi2rss

A simple tool to convert Gemini feeds to Atom.

Gemini feeds companion specification

Not because it didn't exist before, but just because I couldn't find it.

Installation

$ git clone https://git.josias.dev/gmi2rss && cd gmi2rss
$ pip install -r requirements.txt

Usage

To use, provide the script with the Gemini document to parse, as well as the URL for the feed (needs to be fixed for anything other than a directory).

$ ./gmi2rss test.gmi gemini://example.com

See source code

License

You may use this software under the terms of the MIT license.

LICENSE