twint-docker
twint-docker copied to clipboard
Search terms separated by space cannot be parsed
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.