Mastodon zu Twitter Bot
Go to file
robin c3d8f5e7e0 Add __pycache__/ 2022-05-27 12:29:31 +02:00
data Add directories 2022-05-22 14:19:39 +02:00
store Add directories 2022-05-22 14:19:39 +02:00
.gitignore Add __pycache__/ 2022-05-27 12:29:31 +02:00
README.md Add python3-lxml 2022-05-27 12:18:23 +02:00
main.py Add parsing for messages with lxml 2022-05-27 12:19:22 +02:00
settings.py.sample Add twitter_auth_keys 2022-05-22 14:08:54 +02:00

README.md

matobi - Mastodon to Birdsite

Robot to mirror Mastodon posts to Twitter

install

apt install python3-mastodon 
apt install python3-tweepy 
apt install python3-lxml
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

cd python-matobi
cp settings.py.sample settings.py 

Edit settings.py for your setup

run

Run once

python3 main.py