You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Reverse order of tweets |
4 years ago | |
---|---|---|
.gitignore | 4 years ago | |
Dockerfile | 4 years ago | |
README.md | 4 years ago | |
config.edn.example | 4 years ago | |
mastodon-bot.cljs | 4 years ago | |
mastodon-bot.js | 5 years ago | |
package.json | 4 years ago | |
poll.sh | 4 years ago |
README.md
mastodon-bot
Diese Bot-Software von Dmitri Sotnikov erlaubt das Cross-Posten von Beiträgen aus einem Twitter Feed oder einem RSS Feed auf Mastodon.
Original: https://github.com/yogthos/mastodon-bot
In diesem Repository bieten wir eine angepasste Version mit vereinfachter Dokumentation und Konfiguration.
Ausführung
Mit Docker und der Konfigurationsdatei my_config.edn
im aktuellen Verzeichnis kann der Bot so ausgeführt werden:
docker run --rm -ti \
-v $(pwd):/config \
--env MASTODON_BOT_CONFIG=/config/my_config.edn \
quay.io/netzbegruenung/mastodon-bot
Vorbereitung und Konfiguration
- Erstelle einen Mastodon API key wie hier beschrieben. Geht dazu auf https://gruene.social/settings/applications und ersttellt einen Key mit der Berechtigung
read:statuses
undwrite:statuses
.
- Erzeuge einen Twitter Developer account und eine App wie hier beschrieben.
- Kopiere
config.edn.example
und trage alle API keys und weitere Daten ein, wie darin beschrieben.
License
Copyright © 2018 Dmitri Sotnikov
Distributed under the MIT License.