Archived
1
0

First setup of the CLI, decided on a structure

This commit is contained in:
Jip J. Dekker 2014-04-14 20:45:07 +02:00
parent ee01e697d3
commit 2ad33080c6

View File

@ -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 <compound>
fourmi [options] search <compound>
fourmi -h | --help
fourmi --version
Options:
-h --help Show this screen.
--version Show version.
--verbose Verbose logging output.
--log=<file> Save log to an file.
"""
from twisted.internet import reactor