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

Holarse-Linuxgaming/social-media-broadcaster

Repository files navigation

Social Media Broadcaster

Broadcasts an article from a specific RSS feed to the social media (Twitter, GnuSocial).

Necessary Libraries:

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/ (Look at the official homepage for instructions.)

Config

  • If you want to use for e.g. only the Twitter export, you delete the other (e.g. GNUSocial) from the config.
  • The Intervall in General is specified in minutes. (1h = 60min, 1d = 1440min)
  • The content of the prefix and suffix must be surrounded by double ticks. (e.g. suffixmsg = " #linuxgaming")

Installation

follows in a few days...

Releases

No releases published

Packages

No packages published

Languages