From 3ac2a8c16280db7a4ddb00aa988e13b6274427b8 Mon Sep 17 00:00:00 2001 From: RTB Date: Tue, 17 Jun 2014 20:55:44 +0200 Subject: [PATCH] sample sources.cfg --- sources.cfg.sample | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sources.cfg.sample diff --git a/sources.cfg.sample b/sources.cfg.sample new file mode 100644 index 0000000..a94053c --- /dev/null +++ b/sources.cfg.sample @@ -0,0 +1,19 @@ +[DEFAULT] +reliability = Unknown + +#For each source listed in FourmiCrawler/sources there should be a section +#named exactly as the filename in here. If not present, the DEFAULT value is +#used for reliability of that source. + +[ChemSpider] +reliability = High +#token=Paste ChemSpider API token here and remove the hashtag + +[NIST] +reliability = High + +[WikipediaParser] +reliability = Medium + +[PubChem] +reliability = High