From 42f0603688bca122939eedf9c0f0f34fa9b9db79 Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 30 May 2019 16:18:52 +0200 Subject: [PATCH] Added README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da3a543 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Mastodon Hashtag Spreader + +For the #GPN19 my Mastodon instance fem.social wants to get all posts of the hashtag. Most users of this event are connected to the instance 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. + +## Installing +``` +pip3 install Mastodon.py +git clone https://github.com/clerie/mastodon-hashtag-spreader.git +cd mastodon-hashtag-spreader/ +python3 hashtag_stream.py +```