Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eai04191/akitum-forever

A small app to save locally the posts of a specific or all users in a timeline.
https://github.com/eai04191/akitum-forever

mastodon

Last synced: 9 days ago
JSON representation

A small app to save locally the posts of a specific or all users in a timeline.

Awesome Lists containing this project

README

        

# akitum-forever

Redistribution of data stored by this software is prohibited.

## usage

### config

Copy `example.config.json` to `config.json` and edit it.

If `debug.estrus` is true, all posts will be processed, otherwise only `mastodon.victimAcct` posts will be processed.

### build:

```bash
docker-compose build
```

### run:

```bash
docker-compose up -d
```