From da26a740b7aa49cc3384afc7421ff13fc07ed7d1 Mon Sep 17 00:00:00 2001 From: robin Date: Sun, 22 May 2022 14:13:57 +0200 Subject: [PATCH] Update with Tweepy --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d1c8b6..062c219 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ - +# matobi - Mastodon to Birdsite +Robot to mirror Mastodon posts to Twitter + +## install +```bash +apt install python3-mastodon +apt install python3-tweepy +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 +``` \ No newline at end of file