Open
Description
Hi, there is an issue with requests I could not fix. Could you help?
Using python 3 in Google Colab.
see:
https://github.com/twitterdev/Twitter-API-v2-sample-code/blob/main/Recent-Search/recent_search.py
import os
import requests
import requests_oauthlib
[...]
connect_to_endpoint(search_url, query_params)