From 2ad33080c640e590cc0c5296c1025f5adf73fd83 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Mon, 14 Apr 2014 20:45:07 +0200 Subject: [PATCH] First setup of the CLI, decided on a structure --- Fourmi.py | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Fourmi.py b/Fourmi.py index a13cfcb..b2ebcd0 100755 --- a/Fourmi.py +++ b/Fourmi.py @@ -1,8 +1,18 @@ #!/usr/bin/env python """ -Fourmi - An internet webcrawler searching for information on chemical -compounds. [todo] - Add some more useful text here. -Version: v0.0.1 - Empty Application that could do something but all logic of websites isn't there yet! +Fourmi, an webscraper build to search specific information for a given compound. + +Usage: + fourmi search + fourmi [options] search + fourmi -h | --help + fourmi --version + +Options: + -h --help Show this screen. + --version Show version. + --verbose Verbose logging output. + --log= Save log to an file. """ from twisted.internet import reactor