···6677#may contain authentication information
88sources.cfg
99+#Another of our config files
1010+GUI.cfg
9111012#THINGS WE WOULD NEVER EVER WANT!
1113#ignore thumbnails created by windows
···6262 Request(url=self.website_pubchem[:-2].replace("\\", "") + self.data_url % cid, callback=self.parse_data))
6363 return requests
64646565- @staticmethod
6666- def parse_data(response):
6565+ def parse_data(self, response):
6766 """
6867 Parse data found in 'Chemical and Physical properties' part of a substance page.
6968 :param response: The response with the page to parse
+10
GUI.cfg.sample
···11+[GUI]
22+# Personalize options in your User Interface
33+44+# Commonly used parameters are listed in the GUI for easy selection
55+CommonParameters = Weight, Polarity, Viscosity, Solubility, Name
66+77+# Parameters that are always used in the search
88+AlwaysParameters = Name
99+1010+OutputTypes = csv, json, jsonlines, xml