Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No ouput from "query_tweets_from_user" #361

Open
vineeth567 opened this issue May 25, 2021 · 7 comments
Open

No ouput from "query_tweets_from_user" #361

vineeth567 opened this issue May 25, 2021 · 7 comments

Comments

@vineeth567
Copy link

vineeth567 commented May 25, 2021

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

@damianski794
Copy link

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
Copy link
Author

Did you find any alternative for this?

@seanmerritt
Copy link

I am getting the same issue as well.

@barniker
Copy link

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
Copy link

CuFFaz commented Dec 28, 2021

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
Copy link

Altimis commented Dec 29, 2021

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants