summaryrefslogtreecommitdiff
path: root/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'auth.py')
-rw-r--r--auth.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/auth.py b/auth.py
new file mode 100644
index 0000000..a23f426
--- /dev/null
+++ b/auth.py
@@ -0,0 +1,9 @@
+#!/usr/bin/python3
+# -*- coding: utf-8 -*-
+
+# See https://apps.twitter.com and the 'Keys and Access Tokens' tab.
+
+CONSUMER_KEY = 'XXX copy the value from Application Settings XXX'
+CONSUMER_SECRET = 'XXX copy the value from Application Settings XXX'
+ACCESS_KEY = 'XXX copy the value from your Your Access Token XXX'
+ACCESS_SECRET = 'XXX copy the value from your Your Access Token XXX'