Clarify configuration

This commit is contained in:
clerie 2019-06-01 00:41:12 +02:00
parent 07f15a470a
commit 20857a5322
1 changed files with 5 additions and 0 deletions

View File

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