twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

No ouput from "query_tweets_from_user"

Open vineeth567 opened this issue 3 years ago • 7 comments

twitterscraper.query_tweets_from_user('username') is returning an empty list

vineeth567 avatar May 25 '21 11:05 vineeth567

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 ---> []

damianski794 avatar May 25 '21 19:05 damianski794

Did you find any alternative for this?

vineeth567 avatar May 26 '21 07:05 vineeth567

I am getting the same issue as well.

seanmerritt avatar Jul 19 '21 16:07 seanmerritt

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.

barniker avatar Nov 30 '21 18:11 barniker

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?

CuFFaz avatar Dec 28 '21 06:12 CuFFaz

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

Altimis avatar Dec 29 '21 12:12 Altimis

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

damianski794 avatar Jan 01 '22 16:01 damianski794