blob: 041217d138999d44d36b2313f2d6ca0f5fa6c6fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# gmi2rss
A simple tool to convert Gemini feeds to Atom.
=> gemini://gemini.circumlunar.space/docs/companion/subscription.gmi Gemini feeds companion specification
Not because it didn't exist before, but just because I couldn't find it.
## Installation
```
$ git clone https://git.josias.dev/gmi2rss && cd gmi2rss
$ pip install -r requirements.txt
```
## Usage
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
```
=> gmi2rss See source code
## License
You may use this software under the terms of the MIT license.
=> LICENSE
|