twint-docker icon indicating copy to clipboard operation
twint-docker copied to clipboard

Search terms separated by space cannot be parsed

Open hkparker opened this issue 5 years ago • 0 comments

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.

hkparker avatar Sep 06 '20 02:09 hkparker