Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 540 Bytes

twitterbot

This is the script that aggregates headlines from different RSS Feeds

Usage

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

Testing

Watching this one account on twitter tweet the headlines every hour.

Depends

pipenv will handle pip dependencies for you. If not, then download tweetpy and feedparser