taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.39k stars 581 forks source link

No ouput from "query_tweets_from_user" #361

Open vineeth567 opened 3 years ago

vineeth567 commented 3 years ago

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

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

vineeth567 commented 3 years ago

Did you find any alternative for this?

seanmerritt commented 2 years ago

I am getting the same issue as well.

barniker commented 2 years ago

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.

CuFFaz commented 2 years ago

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?

Altimis commented 2 years ago

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

damianski794 commented 2 years ago

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