Welcome to Remini
Remini was a proxy service that allowed some basic browsing of Reddit.com from Geminispace.
Unfortunately it eventually stopped working, due presumably to Reddit's API restrictions.
This was the landing page for the service, which I have kept up for posterity.
It supported the following features:
- Viewing a user's recent comments and submissions.
- Viewing a subreddit's hot submissions.
- Viewing a submission's top comments.
- Viewing the top replies to a comment.
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:
To view a user:
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.
Source
Remini is a Python script, which serves requests over SCGI. Its source code can be found at:
It requires Python 3.6 or later and depends on the `praw`, `md2gemini` and `scgi` Python libraries.