aboutsummaryrefslogtreecommitdiffstats
path: root/example_settings.py
blob: 56576993c0339f29f181b51e6f992999210b70bc (plain) (blame)
1
2
3
4
5
6
7
8
DEBUG = True
MINUTES_TO_LIVE = 5
DELETED_TWEETS_FILE = '/home/unloved_tweets/dead_tweets.txt'
consumer_key = ''
consumer_secret = ''
access_token = ''
access_token_secret = ''
username = '@example'