A web scraper build to search specific information for a given compound (and its pseudonyms)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Imports optimized

+7 -2
+5 -1
tests/__init__.py
··· 1 - import test_configurator, test_gui, test_pipeline, test_sourceloader, test_spider 1 + import test_configurator 2 + import test_gui 3 + import test_pipeline 4 + import test_sourceloader 5 + import test_spider 2 6
+2 -1
utils/__init__.py
··· 1 - import configurator, sourceloader 1 + import configurator 2 + import sourceloader