summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-01-01 15:43:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-01-01 15:43:25 (GMT)
commita6cdf57be16bb27e30c5eeb03429b828cf887b81 (patch)
tree8dfb5fee285996580ca29a852ea021b1c0638522
Defined empty authentication parameters.
-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'