💾 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
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
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.
$ git clone https://git.josias.dev/gmi2rss && cd gmi2rss $ pip install -r requirements.txt
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
You may use this software under the terms of the MIT license.