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.

Bumped the version number

+1 -1
+1 -1
fourmi.py
··· 102 102 103 103 # The start for the Fourmi Command Line interface. 104 104 if __name__ == '__main__': 105 - arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.0') 105 + arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.1') 106 106 loader = SourceLoader() 107 107 108 108 if arguments["--include"]: