twint-docker
twint-docker copied to clipboard
Docker for Twint
after running run twint -u username i am getting the above critical error message. how do i resolve this via docker image? i am using the latest. thanks
Hi, I have tried out the latest version docker installation and getting the below mentioned error while execute the search command. Command Executed : docker run -ti --rm thetwintproject/twint:latest -s...
``` 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 ```...
Resolves the following issue:  Inspired by: - https://github.com/elastic/elasticsearch/issues/9031#issuecomment-257235528
Fixes the 'Output Tweets to Elasticsearch' which suggests using `localhost:9200` instead of `twint-elastic:9200` Related to https://github.com/twintproject/twint-docker/issues/1#issuecomment-628758136.