You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Clemens Riese 4aa4f0b414
Merge pull request #2 from theMarix/readme-fixes
4 years ago
.gitignore Initial commit 4 years ago
README.md Link events and instances mentioned in the README 4 years ago
config.json.example Documenting a bit 4 years ago
hashtag-spreader.py Documenting a bit 4 years ago

README.md

Mastodon Hashtag Spreader

For #GPN19 my Mastodon instance fem.social wants to get all posts for this hashtag. Most users at this event are connected to the instance 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.

Installation

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

Scopes

To get this script work, you need an application token on each instance you want to get connected to. The needed scopes are depending on the role of the instace.

Source

  • read:statuses

Drain

  • read:search