You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.gitignore | 7 months ago | |
LICENSE.md | 9 months ago | |
README.md | 7 months ago | |
config.example.toml | 9 months ago | |
mirror_bot.py | 5 months ago | |
pleroma.py | 7 months ago | |
requirements.txt | 7 months ago | |
utils.py | 7 months ago |
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.