python-matobi/README.md

24 lines
531 B
Markdown
Raw Permalink Normal View History

2022-05-22 12:13:57 +00:00
# matobi - Mastodon to Birdsite
Robot to mirror Mastodon posts to Twitter
## install
```bash
apt install python3-mastodon
apt install python3-tweepy
2022-05-27 10:18:23 +00:00
apt install python3-lxml
2022-05-22 12:13:57 +00:00
git clone https://git.grml.de/robin/python-matobi.git
```
If your repo for Tweepy is too old you might have to install it from git.
https://github.com/tweepy/tweepy lists different options for this.
## setup
```bash
cd python-matobi
cp settings.py.sample settings.py
```
Edit settings.py for your setup
## run
Run once
```bash
python3 main.py
```