From: Jonathan David Amery Date: Tue, 14 Aug 2018 11:05:10 +0000 (+0100) Subject: Add exemplar servus_twapi_oauth.txt file. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=commitdiff_plain;h=4c00d6bb2f62e6fa6e222089ee3f013e34d22dc6;p=irc.git Add exemplar servus_twapi_oauth.txt file. Signed-off-by: Matthew Vernon --- diff --git a/servus_twapi_oauth.txt b/servus_twapi_oauth.txt new file mode 100644 index 0000000..f12d816 --- /dev/null +++ b/servus_twapi_oauth.txt @@ -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]