💾 Archived View for gemini.bunburya.eu › remini.gmi captured on 2023-03-20 at 17:44:56. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
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:
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:
Just accessing /u/ or /r/ will prompt you for the name of the user or subreddit to view.
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.