update static bearer token - tscrape - twitter scraper | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 34ed10b505310477e31b608a28470e2e997eb4ea | |
parent 76a1794bec9f2e64572537abce0258827ce93a80 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 19 Mar 2021 11:25:29 +0100 | |
update static bearer token | |
This uses the same bearer as youtube-dl. | |
Thanks frobnitz! | |
Diffstat: | |
M tscrape_update | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/tscrape_update b/tscrape_update | |
@@ -10,7 +10,7 @@ tscrapepath="$HOME/.tscrape/feeds" | |
maxjobs=8 | |
# Twitter authentication bearer (seems to be static). | |
-bearer="AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk… | |
+bearer="AAAAAAAAAAAAAAAAAAAAAPYXBAAAAAAACLXUNDekMxqa8h%2F40K4moUkGsoc%3DTYfbDK… | |
# guest token. | |
token="" |