Open vineeth567 opened 3 years ago
Same problem here:
begin_date = dt.date(2021,5,24)
end_date = dt.date(2021,5,25)
limit = 10
lang = 'english'
tweets = query_tweets("notre dame",
begindate=begin_date,
enddate=end_date,
limit=limit,
lang = lang)
tweets is an empty list ---> []
Did you find any alternative for this?
I am getting the same issue as well.
This no longer works ... wow, there are a lot of no-longer-functional Twitter scrapers out there :P This is the second one I have come across.
This no longer works ... wow, there are a lot of no-longer-functional Twitter scrapers out there :P This is the second one I have come across.
Can you suggest something that you found usable?
This no longer works ... wow, there are a lot of no-longer-functional Twitter scrapers out there :P This is the second one I have come across.
Can you suggest something that you found usable?
Scweet
This no longer works ... wow, there are a lot of no-longer-functional Twitter scrapers out there :P This is the second one I have come across.
Can you suggest something that you found usable?
I requested for official API access and itworks pretty well
twitterscraper.query_tweets_from_user('username')
is returning an empty list