From 4dc3f667fa7a25d04f088daaf2f88aa7e872ca3d Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 28 Aug 2019 10:57:55 -0400 Subject: [PATCH] This change is meant to be rebased to upstream periodically Adds consumer.py from third party. getting our own key requires nonfree js. Upstream is https://github.com/motatoes/rainbowstream using this version because it adds image support by doing: t --i img1path,img2path,... reference: https://github.com/orakaro/rainbowstream/issues/133 Note, twitter removed the stream api, but the app works otherwise. --- .gitignore | 2 +- rainbowstream/consumer.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 rainbowstream/consumer.py diff --git a/.gitignore b/.gitignore index 98cf257..03b1208 100644 --- a/.gitignore +++ b/.gitignore @@ -73,4 +73,4 @@ docs/_build/ completer.hist # Consumer -rainbowstream/consumer.py +#rainbowstream/consumer.py diff --git a/rainbowstream/consumer.py b/rainbowstream/consumer.py new file mode 100644 index 0000000..1dd54d4 --- /dev/null +++ b/rainbowstream/consumer.py @@ -0,0 +1,4 @@ +# This is RainbowStream App info +PCKT_CONSUMER_KEY = '51260-b14895b9bf67e46eb28912ce' +CONSUMER_KEY = 'hJHyPhuU7nSVHrKTVsGVDM4Lw' +CONSUMER_SECRET = '8UCYePqc1y9DY6mg0yQzLoTuq57AIysype2Si63714uACGMCbO' -- 2.25.1