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
·
28 lines (17 loc) · 850 Bytes

README.md

File metadata and controls

executable file
·
28 lines (17 loc) · 850 Bytes

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