diff --git a/README.md b/README.md index 3eb60ff..479bdda 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,13 @@ shodan2db.py -i Example of report : + +## Development + +Use Shodan2DB as python class + +```python +import shodan2db as sh + +sh.Shodan2DB.export(verbose=True, exportfile="test.html", database="test.db") +``` \ No newline at end of file