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.61k stars 967 forks source link

Bug fix in recent_tweet_counts.py #151

Closed lofieth closed 4 months ago

lofieth commented 4 months ago

In the connect_to_endpoint function, we should use the url parameter instead of search_url when making the request.

github-actions[bot] commented 4 months 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.

lofieth commented 4 months ago

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

lofieth commented 4 months ago

recheck