xdevplatform / Twitter-API-v2-sample-code

Sample code for the Twitter API v2 endpoints
https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api
Apache License 2.0
2.66k stars 985 forks source link

Update filtered_stream.py #21

Open FelipeNSantos opened 3 years ago

FelipeNSantos commented 3 years ago

"set" (line 87) is a reserved word bearer_token is included in header and not processed in places were the header object is present, so I removed from function instructions when not necessary (anything but header).

github-actions[bot] commented 3 years ago

CLA Assistant Lite bot All Contributors have signed the CLA. If the commit check is not passing, a maintainer must go the Checks tab of this PR and rerun the GitHub Action.

FelipeNSantos commented 3 years ago

I have read the CLA Document and I hereby sign the CLA

FelipeNSantos commented 3 years ago

recheck