A web scraper build to search specific information for a given compound (and its pseudonyms)
at develop 299 B view raw
1[GUI] 2# Personalize options in your User Interface 3 4# Commonly used parameters are listed in the GUI for easy selection 5CommonParameters = Weight, Polarity, Viscosity, Solubility, Name 6 7# Parameters that are always used in the search 8AlwaysParameters = Name 9 10OutputTypes = csv, json, jsonlines, xml