I am completing the theoretical research and soon I must start the data analysis, which I proposed when I asked for access to the developer account.

However, just now I decided to test access and I came across the fact that no data is returning.
What do I need to do to reestablish access?

Tks…

no data is returning

You’ll need to give more details about what endpoint you’re using, what software, etc.

1 Like

I’m using the tweepy package in python to extract, and when I call the search method it returns me an empty array.

api = tw.API (auth, wait_on_rate_limit = True)
tweets = tw.Cursor (api.search,
                    q = search_words,
                    since = date_since,
                    until = date_until,
                    tweet_mode = 'extended'). items ()

I have access to the application keys, so apparently my access would be ok.