This is the script that aggregates headlines from different RSS Feeds
Create a file, apikeys.txt and fill in the Twitter API Keys in this order. If you fork, make sure you do not accidentally upload that to a public repository.
CONSUMER API KEY
CONSUMER API SECRET KEY
ACCESS TOKEN
ACCESS SECRET TOKEN
Watching this one account on twitter tweet the headlines every hour.
pipenv
will handle pip dependencies for you. If not, then download tweetpy
and feedparser