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