From 71a2d95dde2ee65c2209b8e3a917a9d12f945059 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 12 Dec 2020 17:12:30 +0530 Subject: [PATCH] added sample configuration --- sample.ini | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 sample.ini diff --git a/sample.ini b/sample.ini new file mode 100644 index 0000000..a37593a --- /dev/null +++ b/sample.ini @@ -0,0 +1,41 @@ +[Apple Subreddit] + +URL = https://reddit.com/r/apple.rss +LINK = False +SUMMARY = False +IGNORE = ["Daily Tech Support","Wallpaper Wednesday","Shortcuts Sunday"] +ToRead = 5 + +[Hacker News] + +URL = https://news.ycombinator.com/rss +ToRead = 10 + +[New Yorker] + +URL = http://www.newyorker.com/feed/news +SUMMARY = True +IGNORE = ["presidential election","election night"] +ToRead = 5 + +[The Hindu: Sports] + +URL = https://www.thehindu.com/sport/feeder/default.rss + +[The Hindu: National News] + +URL = https://www.thehindu.com/news/national/feeder/default.rss + +[BBC: Europe] + +URL = http://feeds.bbci.co.uk/news/world/europe/rss.xml + +[Ars Technica] + +URL = http://feeds.arstechnica.com/arstechnica/index +LINK = True + +[Jokes Subreddit] + +URL = https://reddit.com/r/Jokes/hot/.rss?sort=hot +IGNORE = ["Repost","Discord"]