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

Search terms separated by space cannot be parsed #7

Open
hkparker opened this issue Sep 6, 2020 · 0 comments
Open

Search terms separated by space cannot be parsed #7

hkparker opened this issue Sep 6, 2020 · 0 comments

Comments

@hkparker
Copy link

hkparker commented Sep 6, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant