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 ```