From a6cdf57be16bb27e30c5eeb03429b828cf887b81 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Sun, 1 Jan 2017 16:43:25 +0100 Subject: Defined empty authentication parameters. --- auth.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 auth.py 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' -- cgit v0.11.2-87-g4458