a bot for mirroring Twitter/Tumblr accounts and RSS feeds on Mastodon Resources
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.
 
 
Marian Steinbach 0bf39996f8
Merge pull request #1 from netzbegruenung/reverse-order
Reverse order of tweets
4 years ago
.gitignore Ignore all .edn files 4 years ago
Dockerfile Use buster base image 4 years ago
README.md Simplify README 4 years ago
config.edn.example Create config.edn.example 4 years ago
mastodon-bot.cljs Reverse the order of items 4 years ago
mastodon-bot.js added compiled Js version 5 years ago
package.json bumped up dependencies 4 years ago
poll.sh Added Dockerfile and 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

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