summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-05 19:53:52 +0200
committerPaul Buetow <paul@buetow.org>2025-03-05 19:53:52 +0200
commitcb37f1d71bbe8ddadd04947eab38e25d4c7493a2 (patch)
treeb3ee231008fb984d62f0758c6586829228ba7bec /README.md
parent7aec138fd3901e313682f12beaa7508ca4596109 (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0571539..ea28e2e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![Gos](docs/gos.png "Gos")
-Gos is a Go-based replacement for Buffer.com (which I wrote in Go), providing the ability to schedule and manage social media posts from the command line. It can be run, for example, every time you open a new shell or only once every N hours when you open a new shell.
+Gos is a Go-based replacement for Buffer.com, providing the ability to schedule and manage social media posts from the command line. It can be run, for example, every time you open a new shell or only once every N hours when you open a new shell.
I used Buffer.com to schedule and post my social media messages for a long time. However, over time, there were more problems with that service, including a slow and unintuitive UI, and the free version only allows scheduling up to 10 messages. At one point, they started to integrate an AI assistant (which would seemingly randomly pop up in separate JavaScript input boxes), and then I had enough and decided I had to build my own social sharing tool—and Gos was born.
@@ -262,6 +262,10 @@ The key factors in message selection are:
* Message Priority: Messages with no priority value are processed after those with priority. If two messages have the same priority, one is selected randomly.
* Pause Between Posts: The `-pauseDays` flag allows you to specify a minimum number of days to wait between posts for the same platform. This prevents oversaturation of content and ensures that posts are spread out over time.
+## Replication of the database
+
+I simply use [Syncthing](https://syncthing.net) to backup/sync my `gosDir`
+
## Post summary as gemini gemtext
For my blog, I want to post a summary of all the social messages posted over the last couple of months. For an example, have a look here: https://foo.zone/gemfeed/2025-01-01-posts-from-october-to-december-2024.html. To accomplish this, run: