💾 Archived View for gemini.bunburya.eu › remini.gmi captured on 2022-06-03 at 23:38:05. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

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

Welcome to Remini

Remini is a proxy service that allows some basic browsing of Reddit.com from Geminispace.

It is a work in progress. Currently supported features are:

How it works

Just append the path of the Reddit URL (after the domain name) to "gemini://gemini.bunburya.eu/remini". For example:

To view a subreddit:

gemini://gemini.bunburya.eu/remini/r/geminiprotocol

To view a user:

gemini://gemini.bunburya.eu/remini/u/spez

To view the comments for a submission:

gemini://gemini.bunburya.eu/remini/r/coding/comments/hl6qfv/a_look_at_the_gemini_protocol_a_brutally_simple/

Just accessing /u/ or /r/ will prompt you for the name of the user or subreddit to view.

Source

Remini is a Python script, which serves requests over SCGI. Its source code can be found at:

https://github.com/bunburya/remini

It requires Python 3.6 or later and depends on the `praw`, `md2gemini` and `scgi` Python libraries.