💾 Archived View for josias.dev › gmi2rss captured on 2022-03-01 at 15:19:44. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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.