add tscraperc example file - tscrape - twitter scraper | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b8b076dffc9fa2002ffb380b7b1e7d184189f539 | |
parent 155b8a4fb6cbfe358721d3604bcd4526993f7897 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 13 Aug 2017 10:26:47 +0200 | |
add tscraperc example file | |
Diffstat: | |
A tscraperc.example | 9 +++++++++ | |
1 file changed, 9 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/tscraperc.example b/tscraperc.example | |
@@ -0,0 +1,9 @@ | |
+#tscrapepath="$HOME/.tscrape/feeds" | |
+ | |
+# list of feeds to fetch: | |
+feeds() { | |
+ # feed <name> <feedurl> [basesiteurl] [encoding] | |
+ feed "Rich Felker" "https://twitter.com/richfelker" | |
+ feed "Internet of shit" "https://twitter.com/internetofshit" | |
+ feed "Donald trump" "https://twitter.com/realdonaldtrump" | |
+} |