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

Made a different python package for all helpers/utils

+2 -2
+1 -1
fourmi.py
··· 30 30 import docopt 31 31 32 32 from FourmiCrawler.spider import FourmiSpider 33 - from sourceloader import SourceLoader 33 + from utils.sourceloader import SourceLoader 34 34 35 35 36 36 def setup_crawler(compound, settings, source_loader, attributes):
sourceloader.py utils/sourceloader.py
+1 -1
tests/test_sourceloader.py
··· 1 1 import unittest 2 2 3 - from sourceloader import SourceLoader 3 + from utils.sourceloader import SourceLoader 4 4 5 5 6 6 class TestSourceloader(unittest.TestCase):
utils/__init__.py

This is a binary file and will not be displayed.