Rename main script

This commit is contained in:
clerie 2019-05-30 16:21:42 +02:00
parent 42f0603688
commit 27bb8bf0b8
2 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ 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/
python3 hashtag_stream.py
python3 hashtag-spreader.py
```