Kay Faraday
285610667b
Apparently even when using the v2 API, which returns image IDs before they're finished processing, you have to wait for them to finish before attaching them to a post, which defeats the purpose. Use v1 API to avoid this. |
||
---|---|---|
.gitignore | ||
LICENSE.md | ||
README.md | ||
config.example.toml | ||
mirror_bot.py | ||
pleroma.py | ||
requirements.txt | ||
utils.py |
README.md
mirror-bot
Simple fedi bot which mirrors posts from another fedi account. It's designed for cases when you want to defederate an entire instance except one account, or for evading blocks from accounts you want to follow.
Installation
$ python -m venv .venv
$ . .venv/bin/activate
$ pip install -Ur requirements.txt
$ cp config.example.toml config.toml
$ # fill out config.toml as needed
$ ./mirror_bot.py
Every time you run mirror_bot.py, all posts since the last run will be mirrored.
License
AGPL-3.0-only, see LICENSE.md.