Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eai04191/akitum-forever
- Owner: eai04191
- License: mit
- Created: 2022-11-11T03:51:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T17:05:11.000Z (about 2 years ago)
- Last Synced: 2024-05-01T15:56:30.552Z (8 months ago)
- Topics: mastodon
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```