mirror-bot/README.md

23 lines
547 B
Markdown
Raw Normal View History

2022-05-19 18:49:30 -07:00
# mirror-bot
Simple fedi bot which mirrors posts from another fedi account.
2022-07-02 17:19:56 -07:00
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.
2022-05-19 18:49:30 -07:00
## 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
```
2022-07-02 15:19:24 -07:00
Every time you run mirror_bot.py, all posts since the last run will be mirrored.
2022-05-19 18:49:30 -07:00
## License
AGPL-3.0-only, see LICENSE.md.