curl -X GET -H "Authorization: Bearer $BEARER_TOKEN" "https://api.twitter.com/2/tweets/sample/stream"
cf) curl에 설정 가능한 옵션보기아래는 사용 가능한 다양한 옵션들이다.
-X : 사용할 방식 메소드 선택하기
-d : 함께 전달할 파라미터값 설정하기
-G : 전송할 사이트 url 및 ip 주소
-H : 헤더 정보를 전달하기
-I : 사이트의 Header 정보만 가져오기
curl 을 이용해서 filtered 된 데이터를 받기 위해서는 아래의 자료를 참고하면 된다.
https://developer.twitter.com/en/docs/twitter-api/tweets/filtered-stream/quick-start