Example #1
0
def main(argv=None):
    run_cmdline(argv=argv, account_plugins=[EchoPlugin()])
Example #2
0
def main(argv=None):
    run_cmdline(argv=argv, account_plugins=[GroupTrackingPlugin()])
Example #3
0
def main(argv=None):
    # run_cmdline is a helper function that does the basic setup for you,
    # it is defined in https://github.com/deltachat/deltachat-core-rust/blob/master/python/src/deltachat/__init__.py#L45
    run_cmdline(argv=argv, account_plugins=[EchoPlugin()])