First setup of the CLI, decided on a structure
This commit is contained in:
parent
ee01e697d3
commit
2ad33080c6
16
Fourmi.py
16
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 <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
|
||||
|
Reference in New Issue
Block a user