Broadcasts an article from a specific RSS feed to the social media (Twitter, GnuSocial).
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.)
follows in a few days...