From 20857a53229472c572880081ca870d0a0e7a2460 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 1 Jun 2019 00:41:12 +0200 Subject: [PATCH] Clarify configuration --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f4e2f58..18a30c0 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,10 @@ We have a script on one of our servers, streaming all posts of one hashtag from pip3 install Mastodon.py git clone https://github.com/clerie/mastodon-hashtag-spreader.git cd mastodon-hashtag-spreader/ +cp config.json.example config.json +nano config.json +``` +Edit config for your needs. +``` python3 hashtag-spreader.py ```