From 97c0c60b29f997fb6e864a3ab084a4cc67ee7433 Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Tue, 30 Jul 2019 20:54:44 +0200 Subject: [PATCH 1/3] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5bb58b..53a338a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ For the #GPN19 my Mastodon instance [fem.social](https://fem.social) wants to get all posts of the hashtag. Most users of this event are connected to the instance [chaos.social](https://chaos.social). ## Our solution -We have a script on one of our servers, streaming all posts of one hashtag from chaos.socail and putting the url of the post to the search entry of our own instance. The url will get fetched by our instace and the resulting post is added to our hashtag timeline. +We have a script on one of our servers, streaming all posts of one hashtag from chaos.social and putting the URL of the post to the search entry of our own instance. The URL will get fetched by our instance and the resulting post is added to our hashtag timeline. ## Installation ```bash From a1a6eb980a3675bb2e7dcdafe1fd297325b28463 Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Tue, 30 Jul 2019 21:01:27 +0200 Subject: [PATCH 2/3] Slightly improve language in README Well, at least it reads better in my non-native-speaker eyes. ;) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53a338a..3e6f0f7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Mastodon Hashtag Spreader -For the #GPN19 my Mastodon instance [fem.social](https://fem.social) wants to get all posts of the hashtag. Most users of this event are connected to the instance [chaos.social](https://chaos.social). +For #GPN19 my Mastodon instance [fem.social](https://fem.social) wants to get all posts for this hashtag. Most users at this event are connected to the instance [chaos.social](https://chaos.social). ## Our solution -We have a script on one of our servers, streaming all posts of one hashtag from chaos.social and putting the URL of the post to the search entry of our own instance. The URL will get fetched by our instance and the resulting post is added to our hashtag timeline. +We have a script on one of our servers which streams all posts for specific hashtag from chaos.social and puts the URLs of those posts into the search entry of our own instance. Thus, the URLs will get fetched by our instance and the posts is added to our hashtag timeline. ## Installation ```bash From 4c89ebb6081435488d19aed39213cd17fb9c7bb0 Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Tue, 30 Jul 2019 21:07:24 +0200 Subject: [PATCH 3/3] Link events and instances mentioned in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e6f0f7..faec52b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Mastodon Hashtag Spreader -For #GPN19 my Mastodon instance [fem.social](https://fem.social) wants to get all posts for this hashtag. Most users at this event are connected to the instance [chaos.social](https://chaos.social). +For [#GPN19](https://entropia.de/GPN19) my Mastodon instance [fem.social](https://fem.social) wants to get all posts for this hashtag. Most users at this event are connected to the instance [chaos.social](https://chaos.social). ## Our solution -We have a script on one of our servers which streams all posts for specific hashtag from chaos.social and puts the URLs of those posts into the search entry of our own instance. Thus, the URLs will get fetched by our instance and the posts is added to our hashtag timeline. +We have a script on one of our servers which streams all posts for specific hashtag from [chaos.social](https://chaos.social) and puts the URLs of those posts into the search entry of our own instance. Thus, the URLs will get fetched by our instance and the posts is added to our hashtag timeline. ## Installation ```bash