chiark / gitweb /
Add exemplar servus_twapi_oauth.txt file.
authorJonathan David Amery <jdamery+zgit@ysolde.ucam.org>
Tue, 14 Aug 2018 11:05:10 +0000 (12:05 +0100)
committerMatthew Vernon <matthewv@chiark.greenend.org.uk>
Tue, 21 Aug 2018 15:44:13 +0000 (16:44 +0100)
Signed-off-by: Matthew Vernon <matthewv@chiark.greenend.org.uk>
servus_twapi_oauth.txt [new file with mode: 0644]

diff --git a/servus_twapi_oauth.txt b/servus_twapi_oauth.txt
new file mode 100644 (file)
index 0000000..f12d816
--- /dev/null
@@ -0,0 +1,11 @@
+# Configuration for Servus' twitter use
+# lines beginning # are ignored
+# This must contain 4 colon-delimited lines, one for each of:
+# consumer_key, consumer_secret, access_token, access_token_secret
+# white-space is discarded
+# Blank lines will cause the parser to fail.
+#
+consumer_key : [your key here]
+consumer_secret : [your secret here]
+access_token : [your token here]
+access_token_secret : [your token secret here]