remove readerserver, add declutter.

This commit is contained in:
Jason Schwarzenberger
2020-11-18 12:39:22 +13:00
parent c9da2a078b
commit f5b38f5c6b
21 changed files with 14 additions and 1863 deletions

View File

@@ -4,6 +4,10 @@
HOSTNAME = 'news.t0.vc'
MAX_STORY_AGE = 3*24*60*60
SCRAPERS = ['headless', 'outline', 'declutter', 'simple']
API_PORT = 33842
READER_PORT = 3000
# Feed Lengths
# Number of top items from each site to pull
# set to 0 to disable that site
@@ -51,8 +55,6 @@ CATEGORY = {}
# ],
# }
SCRAPERS = ['headless', 'outline', 'declutter', 'simple']
# Reddit account info
# leave blank if not using Reddit
REDDIT_CLIENT_ID = ''