Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Search terms separated by space cannot be parsed #7

@hkparker

Description

@hkparker
twint -s "foo bar" --since 2020-08-01 -es logs:9200

works fine with a local install, however when I try the same thing in docker, I see the following

$ docker run --rm -it thetwintproject/twint -s "foo bar" --since 2020-08-01 -es logs:9200
usage: python3 twint [options]
twint: error: unrecognized arguments: bar

Something about how the ENTRYPOINT script is handling args doesn't like quoted spaces. I tried escaping this any way I could think of and I wasn't able to get it to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions