aboutsummaryrefslogtreecommitdiffstats
path: root/example_settings.py
diff options
context:
space:
mode:
authorAdam Mathes <amathes@gmail.com>2015-07-12 13:06:23 -0700
committerAdam Mathes <amathes@gmail.com>2015-07-12 13:06:23 -0700
commit549c3c2fef9e63262351513a5a20519892f72b26 (patch)
tree73b32d0700b3f38724fd8b381fdc376569ed798c /example_settings.py
initial commit
Diffstat (limited to 'example_settings.py')
-rw-r--r--example_settings.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/example_settings.py b/example_settings.py
new file mode 100644
index 0000000..deba625
--- /dev/null
+++ b/example_settings.py
@@ -0,0 +1,7 @@
+DEBUG = True
+MINUTES_TO_LIVE = 5
+DELETED_TWEETS_FILE = '/home/unloved_tweets/dead_tweets.txt'
+consumer_key = ''
+consumer_secret = ''
+access_token = ''
+access_token_secret = ''