nnao45 / twiquery-stream

Get Streaming tweet from the twitter stream api(and send this data to the slack).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twiquery-stream

docker

asciicast

$ cat <<EOF > ./.env                                                                                                                                        CONSUMER_KEY: <
CONSUMER_KEY=<twitter consumer key>
CONSUMER_SECRET=<twitter consumer secret>
ACCESS_TOKEN=<twitter access token>
ACCESS_TOKEN_SECRET=<twitter access token secret>
TRACK=<twitter search keyword>
SLACK_URL=<post slack webhook url>
IS_DEBUG=<true or false>
POST_SLACK_ENABLED=<true or false>
FILTER_LANG=<filtering lang, if noneed, this should be value "none">
EOF
$ make run

About

Get Streaming tweet from the twitter stream api(and send this data to the slack).

License:MIT License


Languages

Language:Rust 90.9%Language:Dockerfile 5.0%Language:Makefile 3.9%Language:Shell 0.3%