From 77fca0af7ae508fa09ee163df91ebb55f647ef36 Mon Sep 17 00:00:00 2001 From: Christian Quest Date: Fri, 19 Oct 2018 15:52:02 +0200 Subject: [PATCH] setup instructions added --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d3e0e30..582de7b 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,14 @@ This script is in use for a few accounts: - sotmfr -> https://fr.osm.social/@sotmfr The script is simply called by a cron job and can run on any server (does not have to be on the mastodon instance server). + +## Setup + +``` +# clone this repo +git clone https://github.com/cquest/tootbot.git +cd tootbot + +# install required python modules +pip3 install -r requirements.txt +```