44# gof
55
66gof is a command-line utility to post RSS/Atom feeds to the fediverse.
7- It has first-class support for Pleroma, and thus should support Mastodon,
8- too...
7+
8+ Confirmed working with:
9+
10+ - Mastodon and forks such as,
11+ - glitch-soc
12+ - hometown
13+ - Pleroma
914
1015gof is for "go feediverse", "go fediverse", "go fedi", or really
1116whatever you want. gof is a port of [ feediverse] [ feediverse ] written in
@@ -24,6 +29,15 @@ gof supports multiple feeds and multiple accounts.
2429Download the latest release for your system from the
2530[ Releases page] ( https://github.com/prplecake/gof/releases/latest ) .
2631
32+ ### from source
33+
34+ Clone the repo and build the thing:
35+
36+ ``` shell
37+ git clone https://github.com/prplecake/gof
38+ cd gof && go build
39+ ```
40+
2741## usage
2842
2943Before you can start using gof, you'll need to configure it. An example
@@ -40,12 +54,6 @@ Instance Access Token Generator][fediverse-access-token].
4054
4155[ fediverse-access-token ] :https://tools.splat.soy/fediverse-access-token/
4256
43- Build the thing:
44-
45- ``` shell
46- go build
47- ```
48-
4957Then you can use it:
5058
5159``` shell
@@ -94,8 +102,7 @@ template: |-
94102### Pleroma instances
95103
96104Formatted posts are also supported. You can choose from plaintext,
97- Markdown, HTML, or BBCode, as long as they’re supported by your Pleroma
98- instance.
105+ Markdown, HTML, or BBCode, as long as they’re supported by your instance.
99106
100107` ` ` yaml
101108template : |-
0 commit comments