This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys, os, time | |
import tweepy | |
#Credit to KonradIT on GithubGist for making the original script, tweet_from_fridge.py | |
#I had only modified it so it can reply to tweets, nothing else. | |
#All credit goes to the original author. | |
keys = dict( | |
consumer_key='put', | |
consumer_secret='your', |