Compare commits

...

5 Commits

Author SHA1 Message Date
Clemens Riese 4aa4f0b414
Merge pull request #2 from theMarix/readme-fixes
Readme improvments
2019-07-30 21:38:40 +02:00
Matthias Bach 4c89ebb608 Link events and instances mentioned in the README 2019-07-30 21:14:46 +02:00
Matthias Bach a1a6eb980a Slightly improve language in README
Well, at least it reads better in my non-native-speaker eyes. ;)
2019-07-30 21:13:37 +02:00
Matthias Bach 97c0c60b29 Fix typos 2019-07-30 21:12:11 +02:00
Clemens Riese b915ed5d4a
Merge pull request #1 from clerie/async
Async
2019-07-30 21:09:32 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -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](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, 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 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