Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 974 Bytes

README_de.md

File metadata and controls

executable file
·
29 lines (19 loc) · 974 Bytes

Social Media Broadcaster

Der "Social Media Broadcaster" veröffentlicht/verlinkt Artikel von einem RSS-Feed zu einem Social-Media-Dienst, z.B. Twitter oder GNUSocial.

Benötigte Bibliotheken

tweepy - https://github.com/tweepy/tweepy (pip install tweepy)

feedparser - https://github.com/kurtmckee/feedparser (pip install feedparser)

requests - https://github.com/kennethreitz/requests (pip install requests)

mysql-connector - https://dev.mysql.com/downloads/connector/python/ (Installation vom Betriebssystem abhängig oder man installiert es über den Quelltext)

Config

  • Wenn man die Artikel nur auf Twitter veröffentlichen möchte, kann man die anderen Abschnitte (z.B. GNUSocial) von der Konfig löschen.
  • Das Intervall wird in Minuten angebenen. (1h = 60min, 1d = 1440min)
  • Der Inhalt vom Prefix und Suffix werden mit Anführungszeichen("") angegeben. (Bsp: suffixmsg = " #linuxgaming"

Installation

folgt in einigen Tagen ... ;-)