a bot for mirroring Twitter/Tumblr accounts and RSS feeds on Mastodon Resources
Go to file
Marian Steinbach 1768ed9965 Simplify README
2019-11-19 14:08:48 +01:00
.gitignore initial commit 2018-03-14 09:50:34 -04:00
config.edn.example Create config.edn.example 2019-11-19 13:59:23 +01:00
Dockerfile Simplify Dockerfile 2019-11-19 13:58:55 +01:00
mastodon-bot.cljs cleanup 2019-02-13 11:46:12 -05:00
mastodon-bot.js added compiled Js version 2018-12-15 20:52:24 -05:00
package.json bumped up dependencies 2019-06-28 09:21:14 -04:00
poll.sh Added Dockerfile and poll.sh 2019-03-11 12:15:13 +01:00
README.md Simplify README 2019-11-19 14:08:48 +01:00

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

  • 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.