Mastodon zu Twitter Bot
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.
robin c3d8f5e7e0
Add __pycache__/
10 months ago
data Add directories 10 months ago
store Add directories 10 months ago
.gitignore Add __pycache__/ 10 months ago
README.md Add python3-lxml 10 months ago
main.py Add parsing for messages with lxml 10 months ago
settings.py.sample Add twitter_auth_keys 10 months ago

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